Skip to main content
PUT
/
player
/
volume
Adjust volume by N firmware-defined steps
curl --request PUT \
  --url http://localhost:6063/player/volume \
  --header 'Content-Type: application/json' \
  --data '{
  "steps": 123
}'
{
  "steps": 123
}

Documentation Index

Fetch the complete documentation index at: https://rockboxzig.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
steps
integer<int32>
required

Positive = louder, negative = quieter

Response

200 - application/json

Adjusted

steps
integer<int32>
required

Positive = louder, negative = quieter