Skip to content

Commit ad0619a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 70b4c782 of spec repo
1 parent 6bbeee4 commit ad0619a

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-11-21 20:23:36.620867",
8-
"spec_repo_commit": "ad36259c"
7+
"regenerated": "2024-11-22 09:35:29.357039",
8+
"spec_repo_commit": "70b4c782"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-21 20:23:36.640802",
13-
"spec_repo_commit": "ad36259c"
12+
"regenerated": "2024-11-22 09:35:29.375927",
13+
"spec_repo_commit": "70b4c782"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

lib/datadog_api_client/v2/api/events_api.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ def create_event(body, opts = {})
3333

3434
# Post an event.
3535
#
36-
# This endpoint allows you to post events. Only events with `change` category are under General Availability.
36+
# This endpoint allows you to post events.
37+
#
38+
# Only events with **`change` category** are under General Availability. Refer to [Change Tracking](https://docs.datadoghq.com/change_tracking) for further details.
3739
#
3840
# @param body [EventCreateRequestPayload] Event request object
3941
# @param opts [Hash] the optional parameters

0 commit comments

Comments
 (0)