diff --git a/.generated-info b/.generated-info index 250fa6b0237..47cfabbcc7c 100644 --- a/.generated-info +++ b/.generated-info @@ -1,4 +1,4 @@ { - "spec_repo_commit": "2ffdc3f", - "generated": "2025-07-16 19:15:36.794" + "spec_repo_commit": "671ba51", + "generated": "2025-07-16 20:18:30.103" } diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 2ee20dab08f..affbc2622b2 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -48677,9 +48677,7 @@ paths: 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 - the V1 endpoint for notification functionality.\n\n\u274C This endpoint is - not available for the Government (US1-FED) site. Contact your account representative - for more information." + the V1 endpoint for notification functionality." operationId: CreateEvent requestBody: content: diff --git a/src/main/java/com/datadog/api/client/v2/api/EventsApi.java b/src/main/java/com/datadog/api/client/v2/api/EventsApi.java index dd80fc81d18..aaa85669c54 100644 --- a/src/main/java/com/datadog/api/client/v2/api/EventsApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/EventsApi.java @@ -100,9 +100,6 @@ public CompletableFuture createEventAsync( *

❌ Notifications are not yet supported for events sent to this endpoint. Use the V1 endpoint * for notification functionality. * - *

❌ This endpoint is not available for the Government (US1-FED) site. Contact your account - * representative for more information. - * * @param body Event creation request payload. (required) * @return ApiResponse<EventCreateResponsePayload> * @throws ApiException if fails to make API call