update_track
Modify a track's metadata using station and track IDs; change title, artist, album, genre, type, or release date.
Instructions
Update metadata for a track
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Track type | |
| album | No | Album name | |
| genre | No | Genre | |
| title | No | Track title | |
| artist | No | Artist name | |
| track_id | Yes | The track ID | |
| station_id | Yes | The station ID | |
| release_day | No | Release day | |
| release_year | No | Release year | |
| release_month | No | Release month |