Skip to content

Commit 2d33980

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit cba6cab of spec repo (#703)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent e39e712 commit 2d33980

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
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.4.1.dev6",
7-
"regenerated": "2021-03-22 10:23:15.903869",
8-
"spec_repo_commit": "3de82a7"
7+
"regenerated": "2021-03-22 16:22:09.062967",
8+
"spec_repo_commit": "cba6cab"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev6",
12-
"regenerated": "2021-03-22 10:24:01.118957",
13-
"spec_repo_commit": "3de82a7"
12+
"regenerated": "2021-03-22 16:22:57.572771",
13+
"spec_repo_commit": "cba6cab"
1414
}
1515
}
1616
}

src/main/java/com/datadog/api/v1/openapi.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16426,6 +16426,10 @@ paths:
1642616426
tags:
1642716427
- Synthetics
1642816428
x-codegen-request-body-name: body
16429+
x-undo:
16430+
operationId: TODO
16431+
parameters: []
16432+
type: unsafe
1642916433
/api/v1/synthetics/tests/api/{public_id}:
1643016434
put:
1643116435
description: Edit the configuration of a Synthetic API test.
@@ -16523,6 +16527,10 @@ paths:
1652316527
tags:
1652416528
- Synthetics
1652516529
x-codegen-request-body-name: body
16530+
x-undo:
16531+
operationId: TODO
16532+
parameters: []
16533+
type: unsafe
1652616534
/api/v1/synthetics/tests/browser/{public_id}:
1652716535
get:
1652816536
description: 'Get the detailed configuration (including steps) associated with

src/test/resources/com/datadog/api/v1/client/api/undo.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,12 @@
827827
}
828828
},
829829
"CreateSyntheticsAPITest": {
830-
"tag": "Synthetics"
830+
"tag": "Synthetics",
831+
"undo": {
832+
"operationId": "TODO",
833+
"parameters": [],
834+
"type": "unsafe"
835+
}
831836
},
832837
"UpdateAPITest": {
833838
"tag": "Synthetics",
@@ -836,7 +841,12 @@
836841
}
837842
},
838843
"CreateSyntheticsBrowserTest": {
839-
"tag": "Synthetics"
844+
"tag": "Synthetics",
845+
"undo": {
846+
"operationId": "TODO",
847+
"parameters": [],
848+
"type": "unsafe"
849+
}
840850
},
841851
"GetBrowserTest": {
842852
"tag": "Synthetics",

0 commit comments

Comments
 (0)