social.colibri.community.update

colibri.social

{
  "id": "social.colibri.community.update",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "encoding": "multipart/form-data",
        "description": "Optional replacement community image blobs, as `picture` and `banner` parts."
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "community"
        ],
        "properties": {
          "name": {
            "type": "string"
          },
          "community": {
            "type": "string",
            "format": "at-uri"
          },
          "description": {
            "type": "string"
          },
          "removeBanner": {
            "type": "boolean",
            "description": "Drops the community's current banner. Cannot be combined with a new banner blob."
          },
          "removePicture": {
            "type": "boolean",
            "description": "Drops the community's current picture. Cannot be combined with a new picture blob."
          },
          "requiresApprovalToJoin": {
            "type": "boolean"
          }
        }
      },
      "description": "Updates a community's metadata and optionally its picture and banner."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.community.update

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreidbjvpdplkr7ldipuzdbyhrdlqcu4l5yhvbvsxs44hqkfp4lr4r5m
Indexed At
2026-07-29 16:12 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.community.update

Version History (5 versions)

Lexicon Garden

@