set_entity_parent
Replace or assign the parent of a Productboard entity using child and new parent UUIDs. Use it to update hierarchy relationships when an item's parent changes.
Instructions
Set or replace the parent of a Productboard entity. Uses PUT to replace any existing parent relationship.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityId | Yes | Child entity UUID | |
| parentId | Yes | New parent entity UUID |