Skip to content

Commit a08e29d

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

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:54:54.660"
2+
"spec_repo_commit": "bb240c6",
3+
"generated": "2025-07-14 18:16:21.671"
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/datadog_api_client/v2/api/events_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ def create_event(
180180
181181
This endpoint allows you to publish events.
182182
183+
**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.
184+
183185
✅ **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.
184186
185187
❌ 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)