Skip to content

Commit

Permalink
Sync OpenAPI specification for (spec-v1-synthetics.yaml) (#2751)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Oct 28, 2024
1 parent 9f8de70 commit e21a7ea
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-28 10:23:18.020045",
"spec_repo_commit": "2e09a3ec"
"regenerated": "2024-10-28 18:37:43.403625",
"spec_repo_commit": "b4ad1786"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-28 10:23:18.039004",
"spec_repo_commit": "2e09a3ec"
"regenerated": "2024-10-28 18:37:43.421905",
"spec_repo_commit": "b4ad1786"
}
}
}
16 changes: 16 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32582,6 +32582,10 @@ paths:
tags:
- Synthetics
x-codegen-request-body-name: body
x-permission:
operator: OR
permissions:
- synthetics_write
/api/v1/synthetics/tests/mobile/{public_id}:
get:
description: 'Get the detailed configuration associated with
Expand Down Expand Up @@ -32626,6 +32630,10 @@ paths:
summary: Get a Mobile test
tags:
- Synthetics
x-permission:
operator: OR
permissions:
- synthetics_read
put:
description: Edit the configuration of a Synthetic Mobile test.
operationId: UpdateMobileTest
Expand Down Expand Up @@ -32685,6 +32693,10 @@ paths:
tags:
- Synthetics
x-codegen-request-body-name: body
x-permission:
operator: OR
permissions:
- synthetics_write
/api/v1/synthetics/tests/trigger:
post:
description: Trigger a set of Synthetic tests.
Expand Down Expand Up @@ -32806,6 +32818,10 @@ paths:
tags:
- Synthetics
x-codegen-request-body-name: body
x-permission:
operator: OR
permissions:
- synthetics_read
/api/v1/synthetics/tests/{public_id}:
get:
description: Get the detailed configuration associated with a Synthetic test.
Expand Down

0 comments on commit e21a7ea

Please sign in to comment.