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.4",
"regenerated": "2022-10-07 17:25:59.102953",
"spec_repo_commit": "d4e4f476"
"regenerated": "2022-10-07 18:45:11.142130",
"spec_repo_commit": "e5a0f5b3"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2022-10-07 17:25:59.117835",
"spec_repo_commit": "d4e4f476"
"regenerated": "2022-10-07 18:45:11.155130",
"spec_repo_commit": "e5a0f5b3"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11628,7 +11628,7 @@ components:
status:
$ref: '#/components/schemas/SyntheticsTestPauseStatus'
steps:
description: The steps of the test.
description: Array of steps for the test.
items:
$ref: '#/components/schemas/SyntheticsStep'
type: array
Expand Down
2 changes: 1 addition & 1 deletion api/datadogV1/model_synthetics_browser_test_.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type SyntheticsBrowserTest struct {
// Define whether you want to start (`live`) or pause (`paused`) a
// Synthetic test.
Status *SyntheticsTestPauseStatus `json:"status,omitempty"`
// The steps of the test.
// Array of steps for the test.
Steps []SyntheticsStep `json:"steps,omitempty"`
// Array of tags attached to the test.
Tags []string `json:"tags,omitempty"`
Expand Down