File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2024-11-22 16:27:49.461253 ",
8- "spec_repo_commit": "5b0e59c5 "
7+ "regenerated": "2024-11-25 11:57:20.882330 ",
8+ "spec_repo_commit": "80b43a3b "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2024-11-22 16:27:49.480423 ",
13- "spec_repo_commit": "5b0e59c5 "
12+ "regenerated": "2024-11-25 11:57:20.901354 ",
13+ "spec_repo_commit": "80b43a3b "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -31437,8 +31437,12 @@ paths:
3143731437 permissions:
3143831438 - events_read
3143931439 post:
31440- description: This endpoint allows you to post events. Only events with `change`
31441- category are under General Availability.
31440+ description: 'This endpoint allows you to post events.
31441+
31442+
31443+ Only events with **`change` category** are under General Availability. Refer
31444+ to [Change Tracking](https://docs.datadoghq.com/change_tracking) for further
31445+ details.'
3144231446 operationId: CreateEvent
3144331447 requestBody:
3144431448 content:
Original file line number Diff line number Diff line change @@ -84,8 +84,11 @@ public CompletableFuture<EventCreateResponsePayload> createEventAsync(
8484 }
8585
8686 /**
87- * This endpoint allows you to post events. Only events with <code>change</code> category are
88- * under General Availability.
87+ * This endpoint allows you to post events.
88+ *
89+ * <p>Only events with <strong><code>change</code> category</strong> are under General
90+ * Availability. Refer to <a href="https://docs.datadoghq.com/change_tracking">Change Tracking</a>
91+ * for further details.
8992 *
9093 * @param body Event request object (required)
9194 * @return ApiResponse<EventCreateResponsePayload>
You can’t perform that action at this time.
0 commit comments