Update domain​
PUT
/api/domains/{id}
Authorizations​
ApiKeyHeader
Type
API Key (header: X-Api-Key)
Parameters​
Path Parameters
id*
Type
Requiredinteger
Request Body​
application/json
JSON"domain": "string","type": "string","ssl_enabled": true
{
 Â
 Â
 Â
}
Responses​
Domain updated
application/json
JSON"message": "string"
{
 Â
}