chat.bsky.group.enableJoinLink
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "chat.bsky.group.enableJoinLink",
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
}
17
17
},
18
18
"encoding": "application/json"
19
19
},
20
20
"errors": [
21
21
{
22
22
"name": "InvalidConvo"
23
23
},
24
24
{
25
25
"name": "InsufficientRole"
26
26
},
27
27
{
28
28
"name": "NoJoinLink"
29
29
},
30
30
{
31
31
"name": "LinkAlreadyEnabled"
32
32
}
33
33
],
34
34
"output": {
35
35
"schema": {
36
36
"type": "object",
37
37
"required": [
38
38
"joinLink"
39
39
],
40
40
"properties": {
41
41
"joinLink": {
42
42
"ref": "chat.bsky.group.defs#joinLinkView",
43
43
"type": "ref"
44
44
}
45
45
}
46
46
},
47
47
"encoding": "application/json"
48
48
},
49
-
"description": "[NOTE: This is under active development and should be considered unstable while this note is here]. Re-enables a previously disabled join link for the group convo."
49
+
"description": "Re-enables a previously disabled join link for the group convo."
50
50
}
51
51
},
52
52
"$type": "com.atproto.lexicon.schema",
53
53
"lexicon": 1
54
54
}