Skip to content

Commit

Permalink
Regenerate client from commit e5a0f5b3 of spec repo (#1080)
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 authored Oct 7, 2022
1 parent fb00a76 commit 80d8b24
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:52.202588",
"spec_repo_commit": "d4e4f476"
"regenerated": "2022-10-07 18:45:12.407783",
"spec_repo_commit": "e5a0f5b3"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2022-10-07 17:25:52.216307",
"spec_repo_commit": "d4e4f476"
"regenerated": "2022-10-07 18:45:12.421589",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class SyntheticsBrowserTest
# Synthetic test.
attr_accessor :status

# The steps of the test.
# Array of steps for the test.
attr_accessor :steps

# Array of tags attached to the test.
Expand Down

0 comments on commit 80d8b24

Please sign in to comment.