social.colibri.community.leave
Schema Diff
+6 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "social.colibri.community.leave",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
+
"errors": [
7
+
{
8
+
"name": "AuthRequired",
9
+
"description": "Missing, malformed, or unverifiable service auth."
10
+
}
11
+
],
6
12
"output": {
7
13
"schema": {
8
14
"type": "object",
9
15
"properties": {}
10
16
},
11
17
"encoding": "application/json"
12
18
},
13
19
"parameters": {
14
20
"type": "params",
15
21
"required": [
16
22
"community"
17
23
],
18
24
"properties": {
19
25
"community": {
20
26
"type": "string",
21
27
"format": "at-uri"
22
28
}
23
29
}
24
30
},
25
31
"description": "Leaves a community, removing the authenticated user's membership."
26
32
}
27
33
},
28
34
"$type": "com.atproto.lexicon.schema",
29
35
"lexicon": 1
30
36
}