app.didpic.actor.putPref

lexicons.didpic.app

Documentation

Write one of the authenticated viewer's preferences.

main procedure

Write one of the authenticated viewer's preferences.

Input

Encodingapplication/json
kind string Required

Lexicon ref naming the shape of value.

value unknown Required

No description available.

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",
      "required": [
        "kind",
        "value"
      ],
      "properties": {
        "kind": {
          "type": "string",
          "description": "Lexicon ref naming the shape of value."
        },
        "value": {
          "type": "unknown"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Write one of the authenticated viewer's preferences."
}

Lexicon Garden

@