chore: sync OpenAPI specification [skip ci]

Source: Dokploy/dokploy@831a1815cf

Updated: 2026-01-12 15:01:45 UTC
This commit is contained in:
Dokploy Bot
2026-01-12 15:01:45 +00:00
parent aa9ddcfca0
commit e162ebdbdb

View File

@@ -11650,6 +11650,56 @@
}
}
},
"/previewDeployment.redeploy": {
"post": {
"operationId": "previewDeployment-redeploy",
"tags": [
"previewDeployment"
],
"security": [
{
"Authorization": []
}
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"previewDeploymentId": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
}
},
"required": [
"previewDeploymentId"
],
"additionalProperties": false
}
}
}
},
"parameters": [],
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {}
}
},
"default": {
"$ref": "#/components/responses/error"
}
}
}
},
"/mounts.create": {
"post": {
"operationId": "mounts-create",