From 3bccac090d36136d0d6fff1b3a6dfbebe734903f Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 22 Mar 2021 16:22:48 +0000 Subject: [PATCH] Regenerate client from commit cba6cab of spec repo --- .apigentools-info | 8 ++++---- src/datadog_api_client/v1/openapi.yaml | 8 ++++++++ tests/v1/features/undo.json | 14 ++++++++++++-- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index c7e419b254..c66b7a2f86 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.4.1.dev6", - "regenerated": "2021-03-22 10:23:42.686794", - "spec_repo_commit": "3de82a7" + "regenerated": "2021-03-22 16:22:06.500125", + "spec_repo_commit": "cba6cab" }, "v2": { "apigentools_version": "1.4.1.dev6", - "regenerated": "2021-03-22 10:24:22.647717", - "spec_repo_commit": "3de82a7" + "regenerated": "2021-03-22 16:22:45.713184", + "spec_repo_commit": "cba6cab" } } } \ No newline at end of file diff --git a/src/datadog_api_client/v1/openapi.yaml b/src/datadog_api_client/v1/openapi.yaml index c5159e98e5..98d32ac6f8 100644 --- a/src/datadog_api_client/v1/openapi.yaml +++ b/src/datadog_api_client/v1/openapi.yaml @@ -16426,6 +16426,10 @@ paths: tags: - Synthetics x-codegen-request-body-name: body + x-undo: + operationId: TODO + parameters: [] + type: unsafe /api/v1/synthetics/tests/api/{public_id}: put: description: Edit the configuration of a Synthetic API test. @@ -16523,6 +16527,10 @@ paths: tags: - Synthetics x-codegen-request-body-name: body + x-undo: + operationId: TODO + parameters: [] + type: unsafe /api/v1/synthetics/tests/browser/{public_id}: get: description: 'Get the detailed configuration (including steps) associated with diff --git a/tests/v1/features/undo.json b/tests/v1/features/undo.json index 3999bc525e..9ba2a7276c 100644 --- a/tests/v1/features/undo.json +++ b/tests/v1/features/undo.json @@ -827,7 +827,12 @@ } }, "CreateSyntheticsAPITest": { - "tag": "Synthetics" + "tag": "Synthetics", + "undo": { + "operationId": "TODO", + "parameters": [], + "type": "unsafe" + } }, "UpdateAPITest": { "tag": "Synthetics", @@ -836,7 +841,12 @@ } }, "CreateSyntheticsBrowserTest": { - "tag": "Synthetics" + "tag": "Synthetics", + "undo": { + "operationId": "TODO", + "parameters": [], + "type": "unsafe" + } }, "GetBrowserTest": { "tag": "Synthetics",