Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync OpenAPI specification for (spec-v1-synthetics.yaml) #2751

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading