social.colibri.beta.actor.putSettings

colibri.social

{
  "id": "social.colibri.beta.actor.putSettings",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "properties": {
            "gifFavorites": {
              "type": "array",
              "items": {
                "type": "string",
                "maxLength": 256,
                "description": "A GIF identifier."
              },
              "description": "GIFs saved from the picker. Absent leaves the current value unchanged."
            },
            "communityOrder": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "did",
                "description": "A community."
              },
              "description": "Communities in preferred sidebar order. Absent leaves the current value unchanged."
            },
            "notificationLevel": {
              "type": "string",
              "description": "Which messages produce a notification. Absent leaves the current value unchanged.",
              "knownValues": [
                "all",
                "mentionsAndReplies"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The request has no valid service auth."
        },
        {
          "name": "InvalidRequest",
          "description": "A field is present but does not hold an allowed value."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "preferences"
          ],
          "properties": {
            "preferences": {
              "ref": "social.colibri.beta.actor.defs#preferences",
              "type": "ref",
              "description": "The requesting user's settings, after the update."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Pushes the requesting user's social.colibri.beta.actor.settings record to the AppView, so it takes effect immediately instead of waiting for a sync notification. The client writes the record to its own personal space first, then calls this. An absent field leaves the current value unchanged."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.actor.putSettings

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreibykegsg45vernou6jq3uce5oms5sabefn6iedfsl7vj4njw4uesu
Indexed At
2026-08-23 12:32 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.actor.putSettings

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@