mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-26 00:52:28 +00:00
Add expand query parameter to single selection
This commit is contained in:
parent
ee9a669712
commit
2da158d20c
@ -17,6 +17,15 @@
|
||||
},
|
||||
"required": true,
|
||||
"example": 1
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "expand",
|
||||
"description": "Expansions",
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": ["owner"]
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
@ -17,6 +17,15 @@
|
||||
},
|
||||
"required": true,
|
||||
"example": 1
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "expand",
|
||||
"description": "Expansions",
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": ["owner", "certificate"]
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
@ -17,6 +17,15 @@
|
||||
},
|
||||
"required": true,
|
||||
"example": 1
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "expand",
|
||||
"description": "Expansions",
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": ["access_list", "owner", "certificate"]
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
@ -17,6 +17,15 @@
|
||||
},
|
||||
"required": true,
|
||||
"example": 1
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "expand",
|
||||
"description": "Expansions",
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": ["owner", "certificate"]
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
@ -17,6 +17,15 @@
|
||||
},
|
||||
"required": true,
|
||||
"example": 2
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "expand",
|
||||
"description": "Expansions",
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": ["owner", "certificate"]
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
@ -26,6 +26,15 @@
|
||||
"required": true,
|
||||
"description": "User ID or 'me' for yourself",
|
||||
"example": 1
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "expand",
|
||||
"description": "Expansions",
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": ["permissions"]
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user