chore: sync OpenAPI specification [skip ci]

Source: Dokploy/dokploy@854bd88e0a

Updated: 2025-12-17 04:10:00 UTC
This commit is contained in:
Dokploy Bot
2025-12-17 04:10:00 +00:00
parent 8552c77645
commit e3d947f698

View File

@@ -14856,6 +14856,51 @@
}
}
},
"/registry.testRegistryById": {
"post": {
"operationId": "registry-testRegistryById",
"tags": [
"registry"
],
"security": [
{
"Authorization": []
}
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"registryId": {
"type": "string",
"minLength": 1
},
"serverId": {
"type": "string"
}
},
"additionalProperties": false
}
}
}
},
"parameters": [],
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {}
}
},
"default": {
"$ref": "#/components/responses/error"
}
}
}
},
"/cluster.getNodes": {
"get": {
"operationId": "cluster-getNodes",