diff --git a/.generated-info b/.generated-info index f032e4d3a524..0408ab3aa7c9 100644 --- a/.generated-info +++ b/.generated-info @@ -1,4 +1,4 @@ { - "spec_repo_commit": "36ebfd8", - "generated": "2025-07-14 17:54:46.268" + "spec_repo_commit": "bb240c6", + "generated": "2025-07-14 18:16:06.328" } diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index cab25efed275..4351d94c19f0 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -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 diff --git a/lib/datadog_api_client/v2/api/events_api.rb b/lib/datadog_api_client/v2/api/events_api.rb index 8fe2ab77bb24..41e912e90650 100644 --- a/lib/datadog_api_client/v2/api/events_api.rb +++ b/lib/datadog_api_client/v2/api/events_api.rb @@ -35,6 +35,8 @@ def create_event(body, opts = {}) # # 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/).