storyline_update_line_item
Update line item details on a storyline—change title, description, target date, config, or selection status by passing only the fields to modify.
Instructions
Update a line item on a storyline — select/deselect, retitle, change description, targetDate, or config. Pass only the fields to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title for the line item | |
| config | No | Replacement channel/type-specific configuration | |
| itemId | Yes | Line item ID from storyline_get_strategy | |
| brandId | No | Brand ID (defaults to active brand) | |
| selected | No | Include (true) or exclude (false) this line item from execution | |
| targetDate | No | New target publish date (ISO 8601) | |
| description | No | New description for the line item | |
| storylineId | Yes | Storyline ID |