diff --git a/backend/schema/components/proxy-host-object.json b/backend/schema/components/proxy-host-object.json index 5098802b..e9dcacb5 100644 --- a/backend/schema/components/proxy-host-object.json +++ b/backend/schema/components/proxy-host-object.json @@ -22,8 +22,7 @@ "enabled", "locations", "hsts_enabled", - "hsts_subdomains", - "certificate" + "hsts_subdomains" ], "additionalProperties": false, "properties": { diff --git a/backend/schema/swagger.json b/backend/schema/swagger.json index 5a0142bf..4a502b4e 100644 --- a/backend/schema/swagger.json +++ b/backend/schema/swagger.json @@ -9,6 +9,15 @@ "url": "http://127.0.0.1:81/api" } ], + "components": { + "securitySchemes": { + "bearerAuth": { + "type": "http", + "scheme": "bearer", + "bearerFormat": "JWT" + } + } + }, "paths": { "/": { "get": {