Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:1234/api/services/cider/playback/volume \ --header 'Content-Type: application/json' \ --header 'quack: <quack>' \ --data '{ "volume": 123 }'
Set the volume of Cider’s playback
Hide properties of data
{ data: { volume: 0.05, old_volume: 0.2 }, error: null }
{ data: null, error: "Something went wrong!" }