Update Reactions
reaction_updateReplace a node's prototype reactions with a full new reactions array. Read existing reactions with reaction_list before updating.
Instructions
Replace a node's prototype reactions with a full new reactions array (read first via reaction_list).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the node to update reactions for | |
| reactions | Yes | The full array of Reaction objects to set |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Whether the reactions were updated successfully |