Files
nginx-proxy-manager/backend/schema/paths/schema/get.json

11 lines
165 B
JSON

{
"operationId": "schema",
"summary": "Returns this swagger API schema",
"tags": ["public"],
"responses": {
"200": {
"description": "200 response"
}
}
}