appBskyActorPutPreferences top-level constant

Map<String, dynamic> const appBskyActorPutPreferences

app.bsky.actor.putPreferences

Implementation

const appBskyActorPutPreferences = <String, dynamic>{
  "lexicon": 1,
  "id": "app.bsky.actor.putPreferences",
  "defs": {
    "main": {
      "type": "procedure",
      "description": "Set the private preferences attached to the account.",
      "input": {
        "encoding": "application/json",
        "schema": {
          "type": "object",
          "required": ["preferences"],
          "properties": {
            "preferences": {
              "type": "ref",
              "ref": "app.bsky.actor.defs#preferences"
            }
          }
        }
      }
    }
  }
};