Provisionig: Add skipDryRun parameter to the /files/ resource (#104152)

This commit is contained in:
Ryan McKinley
2025-04-21 11:49:06 +03:00
committed by GitHub
parent c09ef1189e
commit c8f65a0348
7 changed files with 120 additions and 77 deletions
@@ -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": {