Provisionig: Add skipDryRun parameter to the /files/ resource (#104152)
This commit is contained in:
@@ -1270,6 +1270,14 @@
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "skipDryRun",
|
||||
"in": "query",
|
||||
"description": "do not pro-actively verify the payload",
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
],
|
||||
"requestBody": {
|
||||
@@ -1366,6 +1374,14 @@
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "skipDryRun",
|
||||
"in": "query",
|
||||
"description": "do not pro-actively verify the payload",
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
],
|
||||
"requestBody": {
|
||||
@@ -1462,6 +1478,14 @@
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "skipDryRun",
|
||||
"in": "query",
|
||||
"description": "do not pro-actively verify the payload",
|
||||
"schema": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
||||
Reference in New Issue
Block a user