social.colibri.community.getInvitation
Schema Diff
+18 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "social.colibri.community.getInvitation",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
+
"errors": [
7
+
{
8
+
"name": "AuthRequired",
9
+
"description": "Missing, malformed, or unverifiable service auth."
10
+
},
11
+
{
12
+
"name": "Forbidden",
13
+
"description": "The caller lacks the permission this method requires."
14
+
},
15
+
{
16
+
"name": "InvalidRequest",
17
+
"description": "A parameter or body field was missing or malformed."
18
+
},
19
+
{
20
+
"name": "NotFound",
21
+
"description": "The referenced record does not exist."
22
+
}
23
+
],
6
24
"output": {
7
25
"schema": {
8
26
"ref": "lex:social.colibri.community.defs#resolvedInvitationView",
9
27
"type": "ref"
10
28
},
11
29
"encoding": "application/json"
12
30
},
13
31
"parameters": {
14
32
"type": "params",
15
33
"required": [
16
34
"code"
17
35
],
18
36
"properties": {
19
37
"code": {
20
38
"type": "string"
21
39
}
22
40
}
23
41
},
24
42
"description": "Resolves an invitation code to its community, hydrated with the community's public details for the invite accept screen."
25
43
}
26
44
},
27
45
"$type": "com.atproto.lexicon.schema",
28
46
"lexicon": 1
29
47
}