chore: sync OpenAPI specification [skip ci]

Source: Dokploy/dokploy@c688311580

Updated: 2026-02-18 07:50:11 UTC
This commit is contained in:
Dokploy Bot
2026-02-18 07:50:11 +00:00
parent 4e7ceabda1
commit 47fe064484

View File

@@ -21968,6 +21968,31 @@
}
}
},
"/sso.getTrustedOrigins": {
"get": {
"operationId": "sso-getTrustedOrigins",
"tags": [
"sso"
],
"security": [
{
"Authorization": []
}
],
"parameters": [],
"responses": {
"200": {
"description": "Successful response",
"content": {
"application/json": {}
}
},
"default": {
"$ref": "#/components/responses/error"
}
}
}
},
"/sso.one": {
"get": {
"operationId": "sso-one",