mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"type": "object",
|
|
"description": "DeletedItemResponse",
|
|
"additionalProperties": false,
|
|
"required": ["result"],
|
|
"properties": {
|
|
"result": {
|
|
"type": "boolean",
|
|
"nullable": true
|
|
},
|
|
"error": {
|
|
"$ref": "#/components/schemas/ErrorObject"
|
|
}
|
|
}
|
|
}
|