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@c688311580 Updated: 2026-02-18 07:50:11 UTC
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user