update_persona
Update a persona draft by providing only the changed fields in camelCase. Read the persona first to get the expected version and resolve 409 conflicts with a fresh read and retry.
Instructions
Update a persona draft. Read it first to get expectedVersion; on a 409 conflict, read again and retry. Pass only the fields you are changing (camelCase) in fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The persona's id. | |
| fields | Yes | The fields to change, as a JSON object (camelCase keys). | |
| expectedVersion | Yes | The version you last read — rejected with 409 if stale. |