chat.bsky.group.editJoinLink

bsky-lexicons.bsky.social

Documentation

[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.

main procedure

[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.

Input

Encodingapplication/json
convoId string Required

No description available.

requireApproval boolean Optional

No description available.

Output

Encodingapplication/json

Errors

InvalidConvo
InsufficientRole
NoJoinLink
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "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."
}

Lexicon Garden

@