mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-07 21:22:01 +00:00
Edit upstreams, added swagger docs
This commit is contained in:
@@ -91,6 +91,11 @@
|
||||
"$ref": "file://./paths/hosts/hostID/delete.json"
|
||||
}
|
||||
},
|
||||
"/hosts/{hostID}/nginx-config": {
|
||||
"get": {
|
||||
"$ref": "file://./paths/hosts/hostID/nginx-config/get.json"
|
||||
}
|
||||
},
|
||||
"/nginx-templates": {
|
||||
"get": {
|
||||
"$ref": "file://./paths/nginx-templates/get.json"
|
||||
@@ -170,10 +175,18 @@
|
||||
"get": {
|
||||
"$ref": "file://./paths/upstreams/upstreamID/get.json"
|
||||
},
|
||||
"put": {
|
||||
"$ref": "file://./paths/upstreams/upstreamID/put.json"
|
||||
},
|
||||
"delete": {
|
||||
"$ref": "file://./paths/upstreams/upstreamID/delete.json"
|
||||
}
|
||||
},
|
||||
"/upstreams/{upstreamID}/nginx-config": {
|
||||
"get": {
|
||||
"$ref": "file://./paths/upstreams/upstreamID/nginx-config/get.json"
|
||||
}
|
||||
},
|
||||
"/users": {
|
||||
"get": {
|
||||
"$ref": "file://./paths/users/get.json"
|
||||
|
Reference in New Issue
Block a user