File tree Expand file tree Collapse file tree 5 files changed +809
-104
lines changed
content/en/api/v1/synthetics Expand file tree Collapse file tree 5 files changed +809
-104
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-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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -17444,13 +17444,21 @@ components:
17444
17444
description: DNS server port to use for DNS tests.
17445
17445
type: string
17446
17446
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`.
17448
17449
items:
17449
17450
$ref: '#/components/schemas/SyntheticsTestRequestBodyFile'
17450
17451
type: array
17451
17452
follow_redirects:
17452
17453
description: Specifies whether or not the request follows redirects.
17453
17454
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
17454
17462
headers:
17455
17463
$ref: '#/components/schemas/SyntheticsTestHeaders'
17456
17464
host:
You can’t perform that action at this time.
0 commit comments