social.colibri.community.leave
Schema Diff
+24 -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
6
"errors": [
7
7
{
8
+
"name": "AppViewNotAuthorized",
9
+
"description": "The acting account has not published this AppView as authorized to act for it."
10
+
},
11
+
{
8
12
"name": "AuthRequired",
9
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."
10
34
}
11
35
],
12
36
"output": {
13
37
"schema": {
14
38
"type": "object",
15
39
"properties": {}
16
40
},
17
41
"encoding": "application/json"
18
42
},
19
43
"parameters": {
20
44
"type": "params",
21
45
"required": [
22
46
"community"
23
47
],
24
48
"properties": {
25
49
"community": {
26
50
"type": "string",
27
51
"format": "at-uri"
28
52
}
29
53
}
30
54
},
31
55
"description": "Leaves a community, removing the authenticated user's membership."
32
56
}
33
57
},
34
58
"$type": "com.atproto.lexicon.schema",
35
59
"lexicon": 1
36
60
}