Rename entity
rename_entityUpdate the name of a document, document group, template, or template group by specifying the entity ID and a new name.
Instructions
Rename a document, document group, template, or template group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | ID of the entity to rename | |
| new_name | Yes | New name to apply | |
| entity_type | No | Entity type. Optional — all four types are auto-detected (document_group → template_group → template → document). Provide explicitly to skip detection. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | ID of the renamed entity | |
| entity_type | Yes | Type of the renamed entity: document, document_group, template, or template_group | |
| new_name | Yes | New name that was applied |