File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
lib/datadog_api_client/v1/models Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2025-02-20 13:35:00.547017 ",
8- "spec_repo_commit": "c64543d0 "
7+ "regenerated": "2025-02-20 15:06:35.205437 ",
8+ "spec_repo_commit": "e6580fc7 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-02-20 13:35:00.565048 ",
13- "spec_repo_commit": "c64543d0 "
12+ "regenerated": "2025-02-20 15:06:35.221601 ",
13+ "spec_repo_commit": "e6580fc7 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -15152,7 +15152,7 @@ components:
1515215152 description: Object describing the synthetics tests to trigger.
1515315153 properties:
1515415154 tests:
15155- description: Individual synthetics test .
15155+ description: List of Synthetic tests with overrides .
1515615156 items:
1515715157 $ref: '#/components/schemas/SyntheticsCITest'
1515815158 type: array
@@ -17236,7 +17236,7 @@ components:
1723617236 description: Object describing the Synthetic tests to trigger.
1723717237 properties:
1723817238 tests:
17239- description: Individual Synthetic test .
17239+ description: List of Synthetic tests .
1724017240 items:
1724117241 $ref: '#/components/schemas/SyntheticsTriggerTest'
1724217242 type: array
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ module DatadogAPIClient::V1
2121 class SyntheticsCITestBody
2222 include BaseGenericModel
2323
24- # Individual synthetics test .
24+ # List of Synthetic tests with overrides .
2525 attr_accessor :tests
2626
2727 attr_accessor :additional_properties
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ module DatadogAPIClient::V1
2121 class SyntheticsTriggerBody
2222 include BaseGenericModel
2323
24- # Individual Synthetic test .
24+ # List of Synthetic tests .
2525 attr_reader :tests
2626
2727 attr_accessor :additional_properties
You can’t perform that action at this time.
0 commit comments