PUT /_system/entity/domains
Update an existing entity domain (requires setting_manage_domains permission)
Update an existing entity domain (requires setting_manage_domains permission)
Key | Type | Example | |
---|---|---|---|
authorization required | string |
"Bearer your-jwt-token"
|
Key | Type | Example | Description |
---|---|---|---|
originalname optional | string |
"example-string"
|
Current domain name
|
name optional | string |
"example-string"
|
New domain name
|
template_login optional | string |
"example-string"
|
|
template_security optional | string |
"example-string"
|
|
template_passwordreset optional | string |
"example-string"
|
|
template_passwordreset_email optional | string |
"example-string"
|
{
"message": "ok"
}
{
"success": false,
"error": "HTTP_401",
"message": "Error response"
}
Error Code | Description |
---|---|
HTTP_400 | Domain name already exists |
HTTP_401 | HTTP 401 error |
permission | description |
---|---|
BearerAuth |
JWT access token obtained from login endpoint required |
Back to Entity Management Return to the Entity Management category to view other endpoints All API Categories Browse all available API categories