update_song
Update an existing song's details including title, artist, album, and more by providing the song ID.
Instructions
Update an existing song
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Song ID | |
| album | No | Album name | |
| genre | No | Song genre | |
| title | No | Song title | |
| artist | No | Song artist | |
| duration | No | Song duration in seconds | |
| spotifyId | No | Spotify track ID | |
| externalSource | No | External source identifier |