mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-07 18:29:38 +00:00
Add expand query parameter to single selection
This commit is contained in:
@ -17,6 +17,15 @@
|
||||
},
|
||||
"required": true,
|
||||
"example": 1
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "expand",
|
||||
"description": "Expansions",
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": ["access_list", "owner", "certificate"]
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
Reference in New Issue
Block a user