Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-06/schema#",
|
||||
"title": "Nginx Proxy Manager REST API",
|
||||
"description": "This is the Nginx Proxy Manager REST API",
|
||||
"id": "root",
|
||||
"version": "1.0.0",
|
||||
"links": [
|
||||
{
|
||||
"href": "http://localhost:81/api",
|
||||
"rel": "self"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"hosts": {
|
||||
"$ref": "endpoints/hosts.json"
|
||||
},
|
||||
"access": {
|
||||
"$ref": "endpoints/access.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user