File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 3 files changed +6
-6
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.4",
7
- "regenerated": "2022-10-07 17:25:54.544359 ",
8
- "spec_repo_commit": "d4e4f476 "
7
+ "regenerated": "2022-10-07 18:45:13.140365 ",
8
+ "spec_repo_commit": "e5a0f5b3 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2022-10-07 17:25:54.556535 ",
13
- "spec_repo_commit": "d4e4f476 "
12
+ "regenerated": "2022-10-07 18:45:13.155433 ",
13
+ "spec_repo_commit": "e5a0f5b3 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -11628,7 +11628,7 @@ components:
11628
11628
status:
11629
11629
$ref: '#/components/schemas/SyntheticsTestPauseStatus'
11630
11630
steps:
11631
- description: The steps of the test.
11631
+ description: Array of steps for the test.
11632
11632
items:
11633
11633
$ref: '#/components/schemas/SyntheticsStep'
11634
11634
type: array
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export class SyntheticsBrowserTest {
49
49
*/
50
50
"status" ?: SyntheticsTestPauseStatus ;
51
51
/**
52
- * The steps of the test.
52
+ * Array of steps for the test.
53
53
*/
54
54
"steps" ?: Array < SyntheticsStep > ;
55
55
/**
You can’t perform that action at this time.
0 commit comments