diff --git a/.apigentools-info b/.apigentools-info index a92f6f8d53d..3d5aee939b7 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -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" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index da8a645285d..a07445b667b 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -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 @@ -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 @@ -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. @@ -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.