PUT /_system/entity
Update entity template configurations (requires setting_manage_domains permission)
/_system/entity
PUT
Update entity template configurations (requires setting_manage_domains permission)
| Key | Type | Example | |
|---|---|---|---|
| authorization required | string |
"Bearer your-jwt-token"
|
| Key | Type | Example | Description |
|---|---|---|---|
| template_login optional | string |
"example-string"
|
Login template GUID
|
| template_security optional | string |
"example-string"
|
Security template GUID
|
| template_passwordreset optional | string |
"example-string"
|
Password reset template GUID
|
| template_passwordreset_email optional | string |
"example-string"
|
Password reset email template GUID
|
{
"message": "ok"
}
{
"success": false,
"error": "HTTP_401",
"message": "Error response"
}
| Error Code | Description |
|---|---|
| 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