nginx-proxy-manager/backend/embed/api_docs/components/DeletedItemResponse.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"
}
}
}