Skip to content

Commit 063e8a3

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 85278ed5 of spec repo
1 parent 17306bb commit 063e8a3

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.6",
7-
"regenerated": "2024-10-10 19:46:04.854996",
8-
"spec_repo_commit": "049920eb"
7+
"regenerated": "2024-10-15 14:43:03.201364",
8+
"spec_repo_commit": "85278ed5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-10 19:46:04.873453",
13-
"spec_repo_commit": "049920eb"
12+
"regenerated": "2024-10-15 14:43:03.219495",
13+
"spec_repo_commit": "85278ed5"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15007,7 +15007,7 @@ components:
1500715007
description: Object describing the synthetics tests to trigger.
1500815008
properties:
1500915009
tests:
15010-
description: Individual synthetics test.
15010+
description: List of individual synthetic tests.
1501115011
items:
1501215012
$ref: '#/components/schemas/SyntheticsCITest'
1501315013
type: array

lib/datadog_api_client/v1/models/synthetics_ci_test_body.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module DatadogAPIClient::V1
2121
class SyntheticsCITestBody
2222
include BaseGenericModel
2323

24-
# Individual synthetics test.
24+
# List of individual synthetic tests.
2525
attr_accessor :tests
2626

2727
attr_accessor :additional_properties

0 commit comments

Comments
 (0)