social.colibri.channel.update

colibri.social

{
  "id": "social.colibri.channel.update",
  "defs": {
    "main": {
      "type": "procedure",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "channel"
        ],
        "properties": {
          "name": {
            "type": "string"
          },
          "channel": {
            "type": "string",
            "format": "at-uri"
          },
          "category": {
            "type": "string",
            "format": "at-uri"
          },
          "ownerOnly": {
            "type": "boolean"
          },
          "description": {
            "type": "string"
          },
          "allowedRoles": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "record-key"
            }
          },
          "allowedMembers": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            }
          },
          "clearAllowedRoles": {
            "type": "boolean"
          },
          "clearAllowedMembers": {
            "type": "boolean"
          }
        }
      },
      "description": "Updates a channel's settings."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.channel.update

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreibndsg5xcewfbil4j7iv5zr2zh2shsltlz4wihtqrczjlotv3bnna
Indexed At
2026-07-27 21:35 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.channel.update

Version History (5 versions)

Lexicon Garden

@