chat.bsky.group.createJoinLink
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "chat.bsky.group.createJoinLink",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
6
"input": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"convoId",
11
11
"joinRule"
12
12
],
13
13
"properties": {
14
14
"convoId": {
15
15
"type": "string"
16
16
},
17
17
"joinRule": {
18
18
"ref": "chat.bsky.group.defs#joinRule",
19
19
"type": "ref"
20
20
},
21
21
"requireApproval": {
22
22
"type": "boolean",
23
23
"default": false
24
24
}
25
25
}
26
26
},
27
27
"encoding": "application/json"
28
28
},
29
29
"errors": [
30
30
{
31
31
"name": "EnabledJoinLinkAlreadyExists"
32
32
},
33
33
{
34
34
"name": "InvalidConvo"
35
35
},
36
36
{
37
37
"name": "InsufficientRole"
38
38
}
39
39
],
40
40
"output": {
41
41
"schema": {
42
42
"type": "object",
43
43
"required": [
44
44
"joinLink"
45
45
],
46
46
"properties": {
47
47
"joinLink": {
48
48
"ref": "chat.bsky.group.defs#joinLinkView",
49
49
"type": "ref"
50
50
}
51
51
}
52
52
},
53
53
"encoding": "application/json"
54
54
},
55
-
"description": "[NOTE: This is under active development and should be considered unstable while this note is here]. Creates a join link for the group convo."
55
+
"description": "Creates a join link for the group convo."
56
56
}
57
57
},
58
58
"$type": "com.atproto.lexicon.schema",
59
59
"lexicon": 1
60
60
}