Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .generated-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"spec_repo_commit": "335aa67",
"generated": "2025-08-27 07:15:36.021"
"spec_repo_commit": "98e3371",
"generated": "2025-08-27 08:47:10.789"
}
4 changes: 4 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15696,6 +15696,10 @@ components:
type: string
description: Variables to replace in the test.
type: object
version:
description: The version number of the Synthetic test version to trigger.
format: int64
type: integer
required:
- public_id
type: object
Expand Down
9 changes: 9 additions & 0 deletions packages/datadog-api-client-v1/models/SyntheticsCITest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ export class SyntheticsCITest {
* Variables to replace in the test.
*/
"variables"?: { [key: string]: string };
/**
* The version number of the Synthetic test version to trigger.
*/
"version"?: number;

/**
* A container for additional, undeclared properties.
Expand Down Expand Up @@ -143,6 +147,11 @@ export class SyntheticsCITest {
baseName: "variables",
type: "{ [key: string]: string; }",
},
version: {
baseName: "version",
type: "number",
format: "int64",
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
Expand Down