Upsert the authenticated user's Rockbox audio settings. Only provided sections are merged; omitted sections are left unchanged.
Input
Encoding
application/jsoncrossfade
refapp.rocksky.rockbox.defs#crossfadeSettings
Optional
Crossfade settings to apply.
equalizer
refapp.rocksky.rockbox.defs#equalizerSettings
Optional
Equalizer settings to apply.
replayGain
refapp.rocksky.rockbox.defs#replayGainSettings
Optional
Replay gain settings to apply.
tone
refapp.rocksky.rockbox.defs#toneSettings
Optional
Tone control settings to apply.
Output
Encoding
application/jsonTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"properties": {
"tone": {
"ref": "app.rocksky.rockbox.defs#toneSettings",
"type": "ref",
"description": "Tone control settings to apply."
},
"crossfade": {
"ref": "app.rocksky.rockbox.defs#crossfadeSettings",
"type": "ref",
"description": "Crossfade settings to apply."
},
"equalizer": {
"ref": "app.rocksky.rockbox.defs#equalizerSettings",
"type": "ref",
"description": "Equalizer settings to apply."
},
"replayGain": {
"ref": "app.rocksky.rockbox.defs#replayGainSettings",
"type": "ref",
"description": "Replay gain settings to apply."
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"ref": "app.rocksky.rockbox.defs#settingsView",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Upsert the authenticated user's Rockbox audio settings. Only provided sections are merged; omitted sections are left unchanged."
}