social.colibri.channel.getReadCursor
Schema Diff
+14 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "social.colibri.channel.getReadCursor",
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": "InvalidRequest",
13
+
"description": "A parameter or body field was missing or malformed."
14
+
},
15
+
{
16
+
"name": "NotFound",
17
+
"description": "The referenced record does not exist."
18
+
}
19
+
],
6
20
"output": {
7
21
"schema": {
8
22
"ref": "lex:social.colibri.channel.defs#readCursor",
9
23
"type": "ref"
10
24
},
11
25
"encoding": "application/json"
12
26
},
13
27
"parameters": {
14
28
"type": "params",
15
29
"required": [
16
30
"channel"
17
31
],
18
32
"properties": {
19
33
"channel": {
20
34
"type": "string",
21
35
"format": "at-uri"
22
36
}
23
37
}
24
38
},
25
39
"description": "Returns the authenticated user's read cursor for a channel."
26
40
}
27
41
},
28
42
"$type": "com.atproto.lexicon.schema",
29
43
"lexicon": 1
30
44
}