mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-03-16 18:43:01 -04:00
22 lines
434 B
JSON
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"
|
|
}
|
|
}
|
|
}
|