chore: sync OpenAPI specification [skip ci]

Source: Dokploy/dokploy@4a1b42899b

Updated: 2026-04-06 00:17:50 UTC
This commit is contained in:
Dokploy Bot
2026-04-06 00:17:50 +00:00
parent 3ecbfc7f87
commit 37997ec7a4

View File

@@ -43057,6 +43057,83 @@
}
}
},
"/sshKey.allForApps": {
"get": {
"operationId": "sshKey-allForApps",
"tags": [
"sshKey"
],
"security": [
{
"Authorization": []
}
],
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}
}
},
"400": {
"description": "Invalid input data",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/error.BAD_REQUEST"
}
}
}
},
"401": {
"description": "Authorization not provided",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/error.UNAUTHORIZED"
}
}
}
},
"403": {
"description": "Insufficient access",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/error.FORBIDDEN"
}
}
}
},
"404": {
"description": "Not found",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/error.NOT_FOUND"
}
}
}
},
"500": {
"description": "Internal server error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/error.INTERNAL_SERVER_ERROR"
}
}
}
}
}
}
},
"/sshKey.generate": {
"post": {
"operationId": "sshKey-generate",