Get HTTPS status for the local web server
Returns whether the local web server uses HTTPS
Responses
- 200
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
}
Loading...