2017-12-21 09:02:37 +10:00

22 lines
434 B
JSON

{
"$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"
}
}
}