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:14:13.100"
"spec_repo_commit": "671ba51",
"generated": "2025-07-16 20:16:53.066"
}
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
2 changes: 0 additions & 2 deletions lib/datadog_api_client/v2/api/events_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ def create_event(body, opts = {})
#
# ❌ 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 [EventCreateRequestPayload] Event creation request payload.
# @param opts [Hash] the optional parameters
# @return [Array<(EventCreateResponsePayload, Integer, Hash)>] EventCreateResponsePayload data, response status code and response headers
Expand Down
Loading