Skip to content

Commit 845d148

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Sync OpenAPI specification for (spec-v1-synthetics.yaml) (#2227)
* Regenerate client from commit b4ad1786 of spec repo * pre-commit fixes --------- Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 0d15a65 commit 845d148

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
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.6.6",
7-
"regenerated": "2024-10-28 10:23:31.542622",
8-
"spec_repo_commit": "2e09a3ec"
7+
"regenerated": "2024-10-28 18:37:35.582271",
8+
"spec_repo_commit": "b4ad1786"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-28 10:23:31.560312",
13-
"spec_repo_commit": "2e09a3ec"
12+
"regenerated": "2024-10-28 18:37:35.599890",
13+
"spec_repo_commit": "b4ad1786"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32582,6 +32582,10 @@ paths:
3258232582
tags:
3258332583
- Synthetics
3258432584
x-codegen-request-body-name: body
32585+
x-permission:
32586+
operator: OR
32587+
permissions:
32588+
- synthetics_write
3258532589
/api/v1/synthetics/tests/mobile/{public_id}:
3258632590
get:
3258732591
description: 'Get the detailed configuration associated with
@@ -32626,6 +32630,10 @@ paths:
3262632630
summary: Get a Mobile test
3262732631
tags:
3262832632
- Synthetics
32633+
x-permission:
32634+
operator: OR
32635+
permissions:
32636+
- synthetics_read
3262932637
put:
3263032638
description: Edit the configuration of a Synthetic Mobile test.
3263132639
operationId: UpdateMobileTest
@@ -32685,6 +32693,10 @@ paths:
3268532693
tags:
3268632694
- Synthetics
3268732695
x-codegen-request-body-name: body
32696+
x-permission:
32697+
operator: OR
32698+
permissions:
32699+
- synthetics_write
3268832700
/api/v1/synthetics/tests/trigger:
3268932701
post:
3269032702
description: Trigger a set of Synthetic tests.
@@ -32806,6 +32818,10 @@ paths:
3280632818
tags:
3280732819
- Synthetics
3280832820
x-codegen-request-body-name: body
32821+
x-permission:
32822+
operator: OR
32823+
permissions:
32824+
- synthetics_read
3280932825
/api/v1/synthetics/tests/{public_id}:
3281032826
get:
3281132827
description: Get the detailed configuration associated with a Synthetic test.

0 commit comments

Comments
 (0)