From d6583508b3e2a088b1504db2bdf9bdc332295ec3 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 25 Nov 2024 11:57:46 +0000 Subject: [PATCH] Regenerate client from commit 80b43a3b of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v2/openapi.yaml | 8 ++++++-- lib/datadog_api_client/v2/api/events_api.rb | 4 +++- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 5f3529e2471e..cb405392431d 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-11-22 16:27:53.600937", - "spec_repo_commit": "5b0e59c5" + "regenerated": "2024-11-25 11:57:15.130954", + "spec_repo_commit": "80b43a3b" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-11-22 16:27:53.619849", - "spec_repo_commit": "5b0e59c5" + "regenerated": "2024-11-25 11:57:15.149896", + "spec_repo_commit": "80b43a3b" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 33e7c854dd4a..0a7dc33118cd 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -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: diff --git a/lib/datadog_api_client/v2/api/events_api.rb b/lib/datadog_api_client/v2/api/events_api.rb index adf4da4a1d79..de12c8ac6f71 100644 --- a/lib/datadog_api_client/v2/api/events_api.rb +++ b/lib/datadog_api_client/v2/api/events_api.rb @@ -33,7 +33,9 @@ def create_event(body, opts = {}) # Post an event. # - # 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 body [EventCreateRequestPayload] Event request object # @param opts [Hash] the optional parameters