Get HTTPS status for the local web server
Returns whether the local web server uses HTTPS
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_enabled boolean
Flag to enable or disable HTTPS protocol
{
"is_enabled": false
}
{
"is_enabled": true
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...