social.colibri.actor.listMutes

colibri.social

{
  "id": "social.colibri.actor.listMutes",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthRequired",
          "description": "Missing, malformed, or unverifiable service auth."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "mutes"
          ],
          "properties": {
            "mutes": {
              "type": "array",
              "items": {
                "ref": "lex:social.colibri.actor.listMutes#mute",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Lists the subjects the authenticated user has muted."
    },
    "mute": {
      "type": "object",
      "required": [
        "uri",
        "subject"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of the mute record."
        },
        "subject": {
          "type": "string",
          "description": "The muted subject (a DID)."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.actor.listMutes

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

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreiaot6bxhen43nzcj64uqhgingnb52ypazj2zlfd4zazu2o2fjbhna
Indexed At
2026-07-31 21:22 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.actor.listMutes

Version History (2 versions)

Referenced Schemas (1)

  • lex:social.colibri.actor.listMutes#mute

Lexicon Garden

@