Skip to content

Commit 7b2815c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update CreateEvent to include new disclaimer (#3212)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 84443e6 commit 7b2815c

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "36ebfd8",
3-
"generated": "2025-07-14 17:56:10.170"
2+
"spec_repo_commit": "bb240c6",
3+
"generated": "2025-07-14 18:17:41.136"
44
}

.generator/schemas/v2/openapi.yaml

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

api/datadogV2/api_events.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ type EventsApi datadog.Service
1818
// CreateEvent Post an event.
1919
// This endpoint allows you to publish events.
2020
//
21+
// **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.
22+
//
2123
// ✅ **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.
2224
//
2325
// ❌ 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)