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:28:38.028416",
"spec_repo_commit": "5b0e59c5"
"regenerated": "2024-11-25 11:57:16.008741",
"spec_repo_commit": "80b43a3b"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-22 16:28:38.047337",
"spec_repo_commit": "5b0e59c5"
"regenerated": "2024-11-25 11:57:16.031730",
"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
4 changes: 3 additions & 1 deletion packages/datadog-api-client-v2/apis/EventsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,9 @@ export class EventsApi {
}

/**
* This endpoint allows you to post events. Only events with `change` category are under General Availability.
* 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.
* @param param The request object
*/
public createEvent(
Expand Down
Loading