com.getorbyt.community.updatePublication

getorbyt.com

{
  "id": "com.getorbyt.community.updatePublication",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "community",
            "action"
          ],
          "properties": {
            "action": {
              "type": "string",
              "knownValues": [
                "publish",
                "unpublish"
              ]
            },
            "community": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "CommunityNotFound"
        },
        {
          "name": "InsufficientRole"
        },
        {
          "name": "InvalidState"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "community",
            "changed"
          ],
          "properties": {
            "changed": {
              "type": "boolean"
            },
            "community": {
              "ref": "com.getorbyt.community.defs#view",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Publishes or unpublishes a Community. Requires authenticated service authorization and a manager action advertised by the Community view."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.getorbyt.community.updatePublication

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

Metadata

DID
did:plc:2xrqztnmzlckb3xfuuukupso
CID
bafyreiapaz365jhc2oaudsmodwnksqyf5xkbvroajzyqjsfbw3kita2w6i
Indexed At
2026-09-02 18:57 UTC
AT-URI
at://did:plc:2xrqztnmzlckb3xfuuukupso/com.atproto.lexicon.schema/com.getorbyt.community.updatePublication

Referenced Schemas (1)

Lexicon Garden

@