Skip to content

Commit 45a54ca

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update CreateEvent to include new disclaimer (#779)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 7c08439 commit 45a54ca

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-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:59:44.559"
2+
"spec_repo_commit": "bb240c6",
3+
"generated": "2025-07-14 18:20:49.563"
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

src/datadogV2/api/api_events.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ impl EventsAPI {
171171

172172
/// This endpoint allows you to publish events.
173173
///
174+
/// **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.
175+
///
174176
/// ✅ **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.
175177
///
176178
/// ❌ For use cases involving other event categories, use the V1 endpoint or reach out to [support](<https://www.datadoghq.com/support/>).
@@ -199,6 +201,8 @@ impl EventsAPI {
199201

200202
/// This endpoint allows you to publish events.
201203
///
204+
/// **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.
205+
///
202206
/// ✅ **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.
203207
///
204208
/// ❌ 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)