app.rocksky.rockbox.putAudioSettings

rocksky.app

Documentation

Upsert the authenticated user's Rockbox audio settings. Only provided sections are merged; omitted sections are left unchanged.

main procedure

Upsert the authenticated user's Rockbox audio settings. Only provided sections are merged; omitted sections are left unchanged.

Input

Encodingapplication/json

Output

Encodingapplication/json
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
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."
}

Lexicon Garden

@