chat.bsky.group.rejectJoinRequest
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "chat.bsky.group.rejectJoinRequest",
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
"output": {
34
34
"schema": {
35
35
"type": "object",
36
36
"required": [],
37
37
"properties": {}
38
38
},
39
39
"encoding": "application/json"
40
40
},
41
-
"description": "[NOTE: This is under active development and should be considered unstable while this note is here]. Rejects a request to join a group (via join link) the user owns. Action taken by the group owner."
41
+
"description": "Rejects a request to join a group (via join link) the user owns. Action taken by the group owner."
42
42
}
43
43
},
44
44
"$type": "com.atproto.lexicon.schema",
45
45
"lexicon": 1
46
46
}