Skip to content
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": "2ffdc3f",
"generated": "2025-07-16 19:15:36.794"
"spec_repo_commit": "671ba51",
"generated": "2025-07-16 20:18:30.103"
}
4 changes: 1 addition & 3 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/com/datadog/api/client/v2/api/EventsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ public CompletableFuture<EventCreateResponsePayload> createEventAsync(
* <p>❌ Notifications are not yet supported for events sent to this endpoint. Use the V1 endpoint
* for notification functionality.
*
* <p>❌ 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&lt;EventCreateResponsePayload&gt;
* @throws ApiException if fails to make API call
Expand Down