Skip to content

Commit 5edadc2

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit e5a0f5b3 of spec repo (#1180)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 8757204 commit 5edadc2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.4",
7-
"regenerated": "2022-10-07 17:26:09.134377",
8-
"spec_repo_commit": "d4e4f476"
7+
"regenerated": "2022-10-07 18:45:14.731875",
8+
"spec_repo_commit": "e5a0f5b3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-10-07 17:26:09.193099",
13-
"spec_repo_commit": "d4e4f476"
12+
"regenerated": "2022-10-07 18:45:14.743394",
13+
"spec_repo_commit": "e5a0f5b3"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/datadog_api_client/v1/model/synthetics_browser_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(self_, config, locations, message, name, options, type, *args, **kw
7979
Synthetic test.
8080
:type status: SyntheticsTestPauseStatus, optional
8181
82-
:param steps: The steps of the test.
82+
:param steps: Array of steps for the test.
8383
:type steps: [SyntheticsStep], optional
8484
8585
:param tags: Array of tags attached to the test.

0 commit comments

Comments
 (0)