Skip to content

Commit 650e96b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 9757e1ea of spec repo (#29694)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 817121a commit 650e96b

File tree

5 files changed

+809
-104
lines changed

5 files changed

+809
-104
lines changed

.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-06-11 14:31:19.891890",
8-
"spec_repo_commit": "847bdb30"
7+
"regenerated": "2025-06-13 13:41:29.342501",
8+
"spec_repo_commit": "9757e1ea"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-11 14:31:29.304628",
13-
"spec_repo_commit": "847bdb30"
12+
"regenerated": "2025-06-13 13:41:38.665488",
13+
"spec_repo_commit": "9757e1ea"
1414
}
1515
}
1616
}

content/en/api/v1/synthetics/examples.json

Lines changed: 76 additions & 19 deletions
Large diffs are not rendered by default.

data/api/v1/full_spec.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17444,13 +17444,21 @@ components:
1744417444
description: DNS server port to use for DNS tests.
1744517445
type: string
1744617446
files:
17447-
description: Files to be used as part of the request in the test.
17447+
description: Files to be used as part of the request in the test. Only valid
17448+
if `bodyType` is `multipart/form-data`.
1744817449
items:
1744917450
$ref: '#/components/schemas/SyntheticsTestRequestBodyFile'
1745017451
type: array
1745117452
follow_redirects:
1745217453
description: Specifies whether or not the request follows redirects.
1745317454
type: boolean
17455+
form:
17456+
additionalProperties:
17457+
description: A single form entry.
17458+
type: string
17459+
description: Form to be used as part of the request in the test. Only valid
17460+
if `bodyType` is `multipart/form-data`.
17461+
type: object
1745417462
headers:
1745517463
$ref: '#/components/schemas/SyntheticsTestHeaders'
1745617464
host:

0 commit comments

Comments
 (0)