social.colibri.beta.category.update

colibri.social

{
  "id": "social.colibri.beta.category.update",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "community",
            "category"
          ],
          "properties": {
            "name": {
              "type": "string",
              "maxLength": 32,
              "minLength": 1,
              "description": "The category's new name."
            },
            "category": {
              "type": "string",
              "format": "record-key",
              "description": "The category's record key."
            },
            "community": {
              "type": "string",
              "format": "did",
              "description": "The community the category belongs to."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The request is missing, malformed, or unverifiable service auth."
        },
        {
          "name": "Forbidden",
          "description": "The caller lacks the category.update permission."
        },
        {
          "name": "CommunityNotFound",
          "description": "No community exists at the given DID."
        },
        {
          "name": "CategoryNotFound",
          "description": "No category exists at the given record key."
        },
        {
          "name": "CredentialsUnavailable",
          "description": "The AppView cannot act as the community because its stored credentials are missing or unusable."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "category"
          ],
          "properties": {
            "category": {
              "ref": "social.colibri.beta.community.defs#categoryView",
              "type": "ref",
              "description": "The updated category."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Updates a category's name."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.category.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
bafyreihpj3swicwjy7432b5dc5o7xajpbz4huyxymenrxfobedfjmlcw4y
Indexed At
2026-08-23 12:32 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.category.update

Referenced Schemas (1)

Lexicon Garden

@