skipToNext
Skip the current track and play the next one in your Spotify playback queue. Specify the device ID to control playback on a specific device.
Instructions
Skip to the next track in the current Spotify playback queue
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deviceId | No | The Spotify device ID to skip on |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"deviceId": {
"description": "The Spotify device ID to skip on",
"type": "string"
}
},
"type": "object"
}