chat.bsky.group.editJoinLink

bsky-lexicons.bsky.social

{
  "id": "chat.bsky.group.editJoinLink",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "convoId"
          ],
          "properties": {
            "convoId": {
              "type": "string"
            },
            "joinRule": {
              "ref": "chat.bsky.group.defs#joinRule",
              "type": "ref"
            },
            "requireApproval": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidConvo"
        },
        {
          "name": "InsufficientRole"
        },
        {
          "name": "NoJoinLink"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "joinLink"
          ],
          "properties": {
            "joinLink": {
              "ref": "chat.bsky.group.defs#joinLinkView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "[NOTE: This is under active development and should be considered unstable while this note is here]. Edits the existing join link settings for the group convo."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against chat.bsky.group.editJoinLink

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

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreidoctndxfcpgek3cuwbm3eawm6lmzw4rinyl6fvty63gypekfjzqq
Indexed At
2026-04-15 21:30 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/chat.bsky.group.editJoinLink

Referenced Schemas (2)

Lexicon Garden

@