Skip to content

Commit f51476e

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update CreateEvent to include new disclaimer (#2496)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 73c4b9a commit f51476e

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.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:55:51.075"
2+
"spec_repo_commit": "bb240c6",
3+
"generated": "2025-07-14 18:17:15.206"
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

packages/datadog-api-client-v2/apis/EventsApi.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,8 @@ export class EventsApi {
455455
/**
456456
* This endpoint allows you to publish events.
457457
*
458+
* **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.
459+
*
458460
* ✅ **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.
459461
*
460462
* ❌ 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)