File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -32582,6 +32582,10 @@ paths:
32582
32582
tags:
32583
32583
- Synthetics
32584
32584
x-codegen-request-body-name: body
32585
+ x-permission:
32586
+ operator: OR
32587
+ permissions:
32588
+ - synthetics_write
32585
32589
/api/v1/synthetics/tests/mobile/{public_id}:
32586
32590
get:
32587
32591
description: 'Get the detailed configuration associated with
@@ -32626,6 +32630,10 @@ paths:
32626
32630
summary: Get a Mobile test
32627
32631
tags:
32628
32632
- Synthetics
32633
+ x-permission:
32634
+ operator: OR
32635
+ permissions:
32636
+ - synthetics_read
32629
32637
put:
32630
32638
description: Edit the configuration of a Synthetic Mobile test.
32631
32639
operationId: UpdateMobileTest
@@ -32685,6 +32693,10 @@ paths:
32685
32693
tags:
32686
32694
- Synthetics
32687
32695
x-codegen-request-body-name: body
32696
+ x-permission:
32697
+ operator: OR
32698
+ permissions:
32699
+ - synthetics_write
32688
32700
/api/v1/synthetics/tests/trigger:
32689
32701
post:
32690
32702
description: Trigger a set of Synthetic tests.
@@ -32806,6 +32818,10 @@ paths:
32806
32818
tags:
32807
32819
- Synthetics
32808
32820
x-codegen-request-body-name: body
32821
+ x-permission:
32822
+ operator: OR
32823
+ permissions:
32824
+ - synthetics_read
32809
32825
/api/v1/synthetics/tests/{public_id}:
32810
32826
get:
32811
32827
description: Get the detailed configuration associated with a Synthetic test.
You can’t perform that action at this time.
0 commit comments