social.colibri.community.leave
Schema Diff
+30 -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": "AppViewNotAuthorized",
9
+
"description": "The acting account has not published this AppView as authorized to act for it."
10
+
},
11
+
{
12
+
"name": "AuthRequired",
13
+
"description": "Missing, malformed, or unverifiable service auth."
14
+
},
15
+
{
16
+
"name": "CommunityCredentialsUnrecoverable",
17
+
"description": "The AppView cannot write to the community's repo and could not repair its own access."
18
+
},
19
+
{
20
+
"name": "InvalidRequest",
21
+
"description": "A parameter or body field was missing or malformed."
22
+
},
23
+
{
24
+
"name": "NotCommunityHub",
25
+
"description": "This AppView does not administer the community; the hub field names the one that does."
26
+
},
27
+
{
28
+
"name": "PdsUnavailable",
29
+
"description": "The PDS this operation needs is unreachable or is not a PDS."
30
+
},
31
+
{
32
+
"name": "UpstreamFailure",
33
+
"description": "A service outside this AppView failed."
34
+
}
35
+
],
6
36
"output": {
7
37
"schema": {
8
38
"type": "object",
9
39
"properties": {}
10
40
},
11
41
"encoding": "application/json"
12
42
},
13
43
"parameters": {
14
44
"type": "params",
15
45
"required": [
16
46
"community"
17
47
],
18
48
"properties": {
19
49
"community": {
20
50
"type": "string",
21
51
"format": "at-uri"
22
52
}
23
53
}
24
54
},
25
55
"description": "Leaves a community, removing the authenticated user's membership."
26
56
}
27
57
},
28
58
"$type": "com.atproto.lexicon.schema",
29
59
"lexicon": 1
30
60
}