Skip to main content
POST
/
api
/
services
/
cider
/
playback
/
play
/
{songId}
Play Cider Song by ID
curl --request POST \
  --url http://localhost:1234/api/services/cider/playback/play/{songId} \
  --header 'quack: <quack>'

Request Headers

quack
string
required
This header must be set to “quack”, otherwise requests will fail

Path Parameters

songId
string
required
The new volume, from 0 to 1

JSON Response

data
Object
required
error
null
required