mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-27 01:22:28 +00:00
Compare commits
1 Commits
54e506d1ea
...
99825644c6
Author | SHA1 | Date | |
---|---|---|---|
|
99825644c6 |
@ -1,7 +0,0 @@
|
||||
{
|
||||
"type": "array",
|
||||
"description": "Access list list",
|
||||
"items": {
|
||||
"$ref": "./access-list-object.json"
|
||||
}
|
||||
}
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"required": ["visibility", "access_lists", "dead_hosts", "proxy_hosts", "redirection_hosts", "streams", "certificates"],
|
||||
"additionalProperties": false,
|
||||
"minProperties": 1,
|
||||
"properties": {
|
||||
"visibility": {
|
||||
"type": "string",
|
||||
|
@ -5,13 +5,20 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"id": {
|
||||
"$ref": "../common.json#/properties/id"
|
||||
"type": "integer",
|
||||
"description": "User ID",
|
||||
"minimum": 1,
|
||||
"example": 1
|
||||
},
|
||||
"created_on": {
|
||||
"$ref": "../common.json#/properties/created_on"
|
||||
"type": "string",
|
||||
"description": "Created Date",
|
||||
"example": "2020-01-30T09:36:08.000Z"
|
||||
},
|
||||
"modified_on": {
|
||||
"$ref": "../common.json#/properties/modified_on"
|
||||
"type": "string",
|
||||
"description": "Modified Date",
|
||||
"example": "2020-01-30T09:41:04.000Z"
|
||||
},
|
||||
"is_disabled": {
|
||||
"type": "boolean",
|
||||
@ -47,9 +54,6 @@
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"permissions": {
|
||||
"$ref": "./permission-object.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -88,7 +88,7 @@
|
||||
}
|
||||
},
|
||||
"schema": {
|
||||
"$ref": "../../../components/access-list-list.json"
|
||||
"$ref": "../../../components/access-list-object.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user