chat.bsky.group.approveJoinRequest
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "chat.bsky.group.approveJoinRequest",
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
"member"
12
12
],
13
13
"properties": {
14
14
"member": {
15
15
"type": "string",
16
16
"format": "did"
17
17
},
18
18
"convoId": {
19
19
"type": "string"
20
20
}
21
21
}
22
22
},
23
23
"encoding": "application/json"
24
24
},
25
25
"errors": [
26
26
{
27
27
"name": "InvalidConvo"
28
28
},
29
29
{
30
30
"name": "InsufficientRole"
31
31
},
32
32
{
33
33
"name": "MemberLimitReached"
34
34
}
35
35
],
36
36
"output": {
37
37
"schema": {
38
38
"type": "object",
39
39
"required": [
40
40
"convo"
41
41
],
42
42
"properties": {
43
43
"convo": {
44
44
"ref": "chat.bsky.convo.defs#convoView",
45
45
"type": "ref"
46
46
}
47
47
}
48
48
},
49
49
"encoding": "application/json"
50
50
},
51
-
"description": "[NOTE: This is under active development and should be considered unstable while this note is here]. Approves a request to join a group (via join link) the user owns. Action taken by the group owner."
51
+
"description": "Approves a request to join a group (via join link) the user owns. Action taken by the group owner."
52
52
}
53
53
},
54
54
"$type": "com.atproto.lexicon.schema",
55
55
"lexicon": 1
56
56
}