write_update
Update fields of an existing Targetprocess entity after catalog validation, then verify and report any changes that did not persist.
Instructions
Update fields of an existing entity (layer 1), validated against the catalog before sending. The response is read back and any requested value that did not persist is reported. Writing a card Effort here bypasses role efforts; use write_set_role_effort instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| fields | Yes | Entity fields as Targetprocess JSON, e.g. {"Name":"x","Project":{"Id":2}} | |
| resource | Yes | Resource name (UserStory) or plural path (UserStories); see read_meta |