mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 21:28:15 -05: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"
|
||
|
}
|
||
|
}
|
||
|
}
|