social.colibri.beta.community.update

colibri.social

{
  "id": "social.colibri.beta.community.update",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "community"
          ],
          "properties": {
            "name": {
              "type": "string",
              "maxLength": 32,
              "minLength": 1,
              "description": "The community's name."
            },
            "labelers": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "did",
                "description": "A labeler."
              },
              "description": "DIDs whose labels this community honours."
            },
            "community": {
              "type": "string",
              "format": "did",
              "description": "The community to update."
            },
            "linkEmbeds": {
              "type": "boolean",
              "description": "Whether link previews are shown by default."
            },
            "description": {
              "type": "string",
              "maxLength": 256,
              "description": "The community's description."
            },
            "requiresApprovalToJoin": {
              "type": "boolean",
              "description": "Whether joining produces an application to approve."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The request is missing, malformed, or unverifiable service auth."
        },
        {
          "name": "Forbidden",
          "description": "The requesting user lacks the community.manage permission."
        },
        {
          "name": "CommunityNotFound",
          "description": "No community exists with that DID."
        },
        {
          "name": "CredentialsUnavailable",
          "description": "The AppView's stored credentials for this community are missing or unusable."
        },
        {
          "name": "UpstreamFailure",
          "description": "A PDS or third-party call the AppView depends on failed."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "community"
          ],
          "properties": {
            "community": {
              "ref": "social.colibri.beta.community.defs#communityView",
              "type": "ref",
              "description": "The updated community."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Updates a community's settings. A field left absent stays unchanged."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.community.update

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@