blue.catbird.circle.updatePreferences

catbird.blue

Documentation

Update user preferences for a Circle Space

main procedure

Update user preferences for a Circle Space

Input

Encodingapplication/json
muted boolean Required

No description available.

space stringspace-ref Required

No description available.

Output

Encodingapplication/json
muted boolean Required

No description available.

Errors

AuthRequired
AccessRemoved
UnsupportedPDS
ProtocolRevisionMismatch
UpstreamUnavailable
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": [
        "space",
        "muted"
      ],
      "properties": {
        "muted": {
          "type": "boolean"
        },
        "space": {
          "type": "string",
          "format": "space-ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AuthRequired"
    },
    {
      "name": "AccessRemoved"
    },
    {
      "name": "UnsupportedPDS"
    },
    {
      "name": "ProtocolRevisionMismatch"
    },
    {
      "name": "UpstreamUnavailable"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "muted"
      ],
      "properties": {
        "muted": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Update user preferences for a Circle Space"
}

Lexicon Garden

@