Skip to content

Commit

Permalink
Regenerate client from commit e5a0f5b3 of spec repo (#1684)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Oct 7, 2022
1 parent 81eae93 commit cae36d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit cae36d7

Please sign in to comment.