File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.4",
7- "regenerated": "2022-10-07 17:25:59.102953 ",
8- "spec_repo_commit": "d4e4f476 "
7+ "regenerated": "2022-10-07 18:45:11.142130 ",
8+ "spec_repo_commit": "e5a0f5b3 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.4",
12- "regenerated": "2022-10-07 17:25:59.117835 ",
13- "spec_repo_commit": "d4e4f476 "
12+ "regenerated": "2022-10-07 18:45:11.155130 ",
13+ "spec_repo_commit": "e5a0f5b3 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -11628,7 +11628,7 @@ components:
1162811628 status:
1162911629 $ref: '#/components/schemas/SyntheticsTestPauseStatus'
1163011630 steps:
11631- description: The steps of the test.
11631+ description: Array of steps for the test.
1163211632 items:
1163311633 $ref: '#/components/schemas/SyntheticsStep'
1163411634 type: array
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ type SyntheticsBrowserTest struct {
2828 // Define whether you want to start (`live`) or pause (`paused`) a
2929 // Synthetic test.
3030 Status * SyntheticsTestPauseStatus `json:"status,omitempty"`
31- // The steps of the test.
31+ // Array of steps for the test.
3232 Steps []SyntheticsStep `json:"steps,omitempty"`
3333 // Array of tags attached to the test.
3434 Tags []string `json:"tags,omitempty"`
You can’t perform that action at this time.
0 commit comments