File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
lib/datadog_api_client/v1/models Expand file tree Collapse file tree 3 files changed +6
-6
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": "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}
Original file line number Diff line number Diff 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
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 individual synthetic tests .
2525 attr_accessor :tests
2626
2727 attr_accessor :additional_properties
You can’t perform that action at this time.
0 commit comments