update_design_element
Update design elements in HacknPlan by renaming, editing documentation, re-parenting, or changing type. Preserve existing values by passing current type_id and name.
Instructions
Update a design element (rename, edit documentation, re-parent, change type). type_id and name are required by the API; pass the element's current values to keep them. Use get_design_element first to read them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type_id | Yes | ||
| parent_id | No | ||
| element_id | Yes | ||
| project_id | Yes | ||
| description | No |