update_track
Update a track by providing only the fields you want to change. Use { complete: true } to mark a track as completed.
Instructions
Update a track instance. Capsule's PUT semantics are partial — provide only the fields you want to change in fields. Common: { complete: true } to mark a track completed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trackId | No | ||
| fields | Yes | Object of fields to update on the track. Capsule's PUT semantics are partial — only the fields you provide are changed. Common: { complete: true } to mark a track completed. Capsule rejects unknown keys; consult Capsule's docs for the full updatable set. |