Skip to content
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.137086",
"spec_repo_commit": "2e09a3ec"
"regenerated": "2024-10-28 18:37:42.141235",
"spec_repo_commit": "b4ad1786"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-28 10:23:18.155851",
"spec_repo_commit": "2e09a3ec"
"regenerated": "2024-10-28 18:37:42.159728",
"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