Skip to content

Update CreateEvent to include new disclaimer #2496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .generated-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"spec_repo_commit": "36ebfd8",
"generated": "2025-07-14 17:55:51.075"
"spec_repo_commit": "bb240c6",
"generated": "2025-07-14 18:17:15.206"
}
8 changes: 5 additions & 3 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48675,9 +48675,11 @@ paths:
permissions:
- events_read
post:
description: "This endpoint allows you to publish events.\n\n\u2705 **Only events
with the `change` or `alert` category** are in General Availability. For change
events, see [Change Tracking](https://docs.datadoghq.com/change_tracking)
description: "This endpoint allows you to publish events.\n\n**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.\n\n\u2705 **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.\n\n\u274C For use cases involving other event categories,
use the V1 endpoint or reach out to [support](https://www.datadoghq.com/support/).\n\n\u274C
Notifications are not yet supported for events sent to this endpoint. Use
Expand Down
2 changes: 2 additions & 0 deletions packages/datadog-api-client-v2/apis/EventsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,8 @@ export class EventsApi {
/**
* This endpoint allows you to publish events.
*
* **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.
*
* ✅ **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.
*
* ❌ For use cases involving other event categories, use the V1 endpoint or reach out to [support](https://www.datadoghq.com/support/).
Expand Down