Rename entity
rename_entityRename any document, template, or group in SignNow by providing the entity ID and new name. The system auto-detects the entity type to streamline the process.
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 |