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
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-22 16:27:49.461253",
"spec_repo_commit": "5b0e59c5"
"regenerated": "2024-11-25 11:57:20.882330",
"spec_repo_commit": "80b43a3b"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-22 16:27:49.480423",
"spec_repo_commit": "5b0e59c5"
"regenerated": "2024-11-25 11:57:20.901354",
"spec_repo_commit": "80b43a3b"
}
}
}
8 changes: 6 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31437,8 +31437,12 @@ paths:
permissions:
- events_read
post:
description: This endpoint allows you to post events. Only events with `change`
category are under General Availability.
description: 'This endpoint allows you to post events.


Only events with **`change` category** are under General Availability. Refer
to [Change Tracking](https://docs.datadoghq.com/change_tracking) for further
details.'
operationId: CreateEvent
requestBody:
content:
Expand Down
7 changes: 5 additions & 2 deletions src/main/java/com/datadog/api/client/v2/api/EventsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,11 @@ public CompletableFuture<EventCreateResponsePayload> createEventAsync(
}

/**
* This endpoint allows you to post events. Only events with <code>change</code> category are
* under General Availability.
* This endpoint allows you to post events.
*
* <p>Only events with <strong><code>change</code> category</strong> are under General
* Availability. Refer to <a href="https://docs.datadoghq.com/change_tracking">Change Tracking</a>
* for further details.
*
* @param body Event request object (required)
* @return ApiResponse&lt;EventCreateResponsePayload&gt;
Expand Down
Loading