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-14 15:03:43.770632 ",
8- "spec_repo_commit": "a739b49f "
7+ "regenerated": "2025-02-17 09:20:13.543046 ",
8+ "spec_repo_commit": "a53764f3 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-02-14 15:03:43.786179 ",
13- "spec_repo_commit": "a739b49f "
12+ "regenerated": "2025-02-17 09:20:13.557992 ",
13+ "spec_repo_commit": "a53764f3 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -15096,7 +15096,7 @@ components:
1509615096 description: Object describing the synthetics tests to trigger.
1509715097 properties:
1509815098 tests:
15099- description: Individual synthetics test .
15099+ description: List of Synthetic tests with overrides .
1510015100 items:
1510115101 $ref: '#/components/schemas/SyntheticsCITest'
1510215102 type: array
@@ -17180,7 +17180,7 @@ components:
1718017180 description: Object describing the Synthetic tests to trigger.
1718117181 properties:
1718217182 tests:
17183- description: Individual Synthetic test .
17183+ description: List of Synthetic tests .
1718417184 items:
1718517185 $ref: '#/components/schemas/SyntheticsTriggerTest'
1718617186 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