mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
chore: sync OpenAPI specification [skip ci]
Source: Dokploy/dokploy@854bd88e0a Updated: 2025-12-17 04:10:00 UTC
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user