chat.bsky.group.editJoinLink
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "chat.bsky.group.editJoinLink",
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
],
12
12
"properties": {
13
13
"convoId": {
14
14
"type": "string"
15
15
},
16
16
"joinRule": {
17
17
"ref": "chat.bsky.group.defs#joinRule",
18
18
"type": "ref"
19
19
},
20
20
"requireApproval": {
21
21
"type": "boolean"
22
22
}
23
23
}
24
24
},
25
25
"encoding": "application/json"
26
26
},
27
27
"errors": [
28
28
{
29
29
"name": "InvalidConvo"
30
30
},
31
31
{
32
32
"name": "InsufficientRole"
33
33
},
34
34
{
35
35
"name": "NoJoinLink"
36
36
}
37
37
],
38
38
"output": {
39
39
"schema": {
40
40
"type": "object",
41
41
"required": [
42
42
"joinLink"
43
43
],
44
44
"properties": {
45
45
"joinLink": {
46
46
"ref": "chat.bsky.group.defs#joinLinkView",
47
47
"type": "ref"
48
48
}
49
49
}
50
50
},
51
51
"encoding": "application/json"
52
52
},
53
-
"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."
53
+
"description": "Edits the existing join link settings for the group convo."
54
54
}
55
55
},
56
56
"$type": "com.atproto.lexicon.schema",
57
57
"lexicon": 1
58
58
}