Skip to content

Commit 6f3cc8a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix tests description for /trigger endpoints (#2417)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent cf67f21 commit 6f3cc8a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.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": "2025-02-24 09:26:13.090647",
8-
"spec_repo_commit": "c3772a85"
7+
"regenerated": "2025-02-24 14:19:11.433193",
8+
"spec_repo_commit": "b34a35ef"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-24 09:26:13.106049",
13-
"spec_repo_commit": "c3772a85"
12+
"regenerated": "2025-02-24 14:19:11.448249",
13+
"spec_repo_commit": "b34a35ef"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15190,7 +15190,7 @@ components:
1519015190
description: Object describing the synthetics tests to trigger.
1519115191
properties:
1519215192
tests:
15193-
description: Individual synthetics test.
15193+
description: List of Synthetic tests with overrides.
1519415194
items:
1519515195
$ref: '#/components/schemas/SyntheticsCITest'
1519615196
type: array
@@ -17274,7 +17274,7 @@ components:
1727417274
description: Object describing the Synthetic tests to trigger.
1727517275
properties:
1727617276
tests:
17277-
description: Individual Synthetic test.
17277+
description: List of Synthetic tests.
1727817278
items:
1727917279
$ref: '#/components/schemas/SyntheticsTriggerTest'
1728017280
type: array

src/datadog_api_client/v1/model/synthetics_ci_test_body.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self_, tests: Union[List[SyntheticsCITest], UnsetType] = unset, **k
3434
"""
3535
Object describing the synthetics tests to trigger.
3636
37-
:param tests: Individual synthetics test.
37+
:param tests: List of Synthetic tests with overrides.
3838
:type tests: [SyntheticsCITest], optional
3939
"""
4040
if tests is not unset:

src/datadog_api_client/v1/model/synthetics_trigger_body.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __init__(self_, tests: List[SyntheticsTriggerTest], **kwargs):
3232
"""
3333
Object describing the Synthetic tests to trigger.
3434
35-
:param tests: Individual Synthetic test.
35+
:param tests: List of Synthetic tests.
3636
:type tests: [SyntheticsTriggerTest]
3737
"""
3838
super().__init__(kwargs)

0 commit comments

Comments
 (0)