File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
packages/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 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2025-02-24 09:26:13.959450 ",
8
- "spec_repo_commit": "c3772a85 "
7
+ "regenerated": "2025-02-24 14:19:09.982374 ",
8
+ "spec_repo_commit": "b34a35ef "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-02-24 09:26:13.975144 ",
13
- "spec_repo_commit": "c3772a85 "
12
+ "regenerated": "2025-02-24 14:19:09.997906 ",
13
+ "spec_repo_commit": "b34a35ef "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -15190,7 +15190,7 @@ components:
15190
15190
description: Object describing the synthetics tests to trigger.
15191
15191
properties:
15192
15192
tests:
15193
- description: Individual synthetics test .
15193
+ description: List of Synthetic tests with overrides .
15194
15194
items:
15195
15195
$ref: '#/components/schemas/SyntheticsCITest'
15196
15196
type: array
@@ -17274,7 +17274,7 @@ components:
17274
17274
description: Object describing the Synthetic tests to trigger.
17275
17275
properties:
17276
17276
tests:
17277
- description: Individual Synthetic test .
17277
+ description: List of Synthetic tests .
17278
17278
items:
17279
17279
$ref: '#/components/schemas/SyntheticsTriggerTest'
17280
17280
type: array
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
12
12
*/
13
13
export class SyntheticsCITestBody {
14
14
/**
15
- * Individual synthetics test .
15
+ * List of Synthetic tests with overrides .
16
16
*/
17
17
"tests" ?: Array < SyntheticsCITest > ;
18
18
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
12
12
*/
13
13
export class SyntheticsTriggerBody {
14
14
/**
15
- * Individual Synthetic test .
15
+ * List of Synthetic tests .
16
16
*/
17
17
"tests" : Array < SyntheticsTriggerTest > ;
18
18
You can’t perform that action at this time.
0 commit comments