Skip to content

Commit 3875729

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2b1fa27a of spec repo
1 parent 6964884 commit 3875729

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-07-10 21:04:05.216182",
8-
"spec_repo_commit": "fe6b4ea7"
7+
"regenerated": "2025-07-11 15:17:25.265891",
8+
"spec_repo_commit": "2b1fa27a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-10 21:04:05.232966",
13-
"spec_repo_commit": "fe6b4ea7"
12+
"regenerated": "2025-07-11 15:17:25.282950",
13+
"spec_repo_commit": "2b1fa27a"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48427,9 +48427,11 @@ paths:
4842748427
permissions:
4842848428
- events_read
4842948429
post:
48430-
description: "This endpoint allows you to publish events.\n\n\u2705 **Only events
48431-
with the `change` or `alert` category** are in General Availability. For change
48432-
events, see [Change Tracking](https://docs.datadoghq.com/change_tracking)
48430+
description: "This endpoint allows you to publish events.\n\n**Note:** To utilize
48431+
this endpoint with our client libraries, please ensure you are using the latest
48432+
version released on or after July 1, 2025. Earlier versions do not support
48433+
this functionality.\n\n\u2705 **Only events with the `change` or `alert` category**
48434+
are in General Availability. For change events, see [Change Tracking](https://docs.datadoghq.com/change_tracking)
4843348435
for more details.\n\n\u274C For use cases involving other event categories,
4843448436
use the V1 endpoint or reach out to [support](https://www.datadoghq.com/support/).\n\n\u274C
4843548437
Notifications are not yet supported for events sent to this endpoint. Use

lib/datadog_api_client/v2/api/events_api.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ def create_event(body, opts = {})
3535
#
3636
# This endpoint allows you to publish events.
3737
#
38+
# **Note:** To utilize this endpoint with our client libraries, please ensure you are using the latest version released on or after July 1, 2025. Earlier versions do not support this functionality.
39+
#
3840
# ✅ **Only events with the `change` or `alert` category** are in General Availability. For change events, see [Change Tracking](https://docs.datadoghq.com/change_tracking) for more details.
3941
#
4042
# ❌ For use cases involving other event categories, use the V1 endpoint or reach out to [support](https://www.datadoghq.com/support/).

0 commit comments

Comments
 (0)