update_entity
Update an existing Productboard entity using fields for simple replacement or patch operations for granular set, add, remove, or clear changes.
Instructions
Update an existing Productboard entity. Use 'fields' for simple field replacement, or 'patch' for granular operations (set, addItems, removeItems, clear). These are mutually exclusive. Note: addItems/removeItems on 'teams' is emulated client-side (read-merge-set) due to a PB API bug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entity UUID to update | |
| patch | No | Granular patch operations. Mutually exclusive with fields. | |
| fields | No | Fields to replace (simple update). Mutually exclusive with patch. |