label_edit
Update an existing label's text or timing in one call. Pass only the fields to change; all other values remain unchanged.
Instructions
Edit an existing label's text and/or timing in one call. Only the fields you pass are changed.
Args: key: The label's key, in "trackId:itemId" format (from label_list). text: New label text. Default: unchanged. start: New start time in seconds. Default: unchanged. end: New end time in seconds. Default: unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| key | Yes | ||
| text | No | ||
| start | No |