Set HTTPS protocol status
Enable or disable HTTPS protocol for the local web server
- application/json
Request Body required
- is_enabled boolean required
Flag to enable or disable HTTPS protocol
Responses
- 200
- 400
- 401
OK
- Missed JSON body
- application/json
- Schema
- Example (from schema)
- Wrong event type
Schema
- error string
Error message
{
"error": "Wrong JSON body"
}
{
"error": "Missed JSON body"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...