File tree Expand file tree Collapse file tree 3 files changed +24
-6
lines changed
main/java/com/datadog/api/v1
test/resources/com/datadog/api/v1/client/api Expand file tree Collapse file tree 3 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments