Get settings of error custom text
Returns settings of error custom text
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- status boolean
Determines whether the feature is enabled
- text string
Text hint
{
"status": true,
"text": "Unlock: #+PSW+#"
}
{
"status": true,
"text": "Access denied"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...