Skip to content

Commit

Permalink
Fix tests description for /trigger endpoints (#2252)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Feb 24, 2025
1 parent 1f84459 commit 9788dfb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-24 09:26:12.694003",
"spec_repo_commit": "c3772a85"
"regenerated": "2025-02-24 14:19:11.276522",
"spec_repo_commit": "b34a35ef"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-02-24 09:26:12.709554",
"spec_repo_commit": "c3772a85"
"regenerated": "2025-02-24 14:19:11.291802",
"spec_repo_commit": "b34a35ef"
}
}
}
4 changes: 2 additions & 2 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15190,7 +15190,7 @@ components:
description: Object describing the synthetics tests to trigger.
properties:
tests:
description: Individual synthetics test.
description: List of Synthetic tests with overrides.
items:
$ref: '#/components/schemas/SyntheticsCITest'
type: array
Expand Down Expand Up @@ -17274,7 +17274,7 @@ components:
description: Object describing the Synthetic tests to trigger.
properties:
tests:
description: Individual Synthetic test.
description: List of Synthetic tests.
items:
$ref: '#/components/schemas/SyntheticsTriggerTest'
type: array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module DatadogAPIClient::V1
class SyntheticsCITestBody
include BaseGenericModel

# Individual synthetics test.
# List of Synthetic tests with overrides.
attr_accessor :tests

attr_accessor :additional_properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module DatadogAPIClient::V1
class SyntheticsTriggerBody
include BaseGenericModel

# Individual Synthetic test.
# List of Synthetic tests.
attr_reader :tests

attr_accessor :additional_properties
Expand Down

0 comments on commit 9788dfb

Please sign in to comment.