social.colibri.notification.updateSeenForMessage
Schema Diff
+6 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "social.colibri.notification.updateSeenForMessage",
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
"required": [
10
16
"updated"
11
17
],
12
18
"properties": {
13
19
"updated": {
14
20
"type": "integer"
15
21
}
16
22
}
17
23
},
18
24
"encoding": "application/json"
19
25
},
20
26
"parameters": {
21
27
"type": "params",
22
28
"required": [
23
29
"message"
24
30
],
25
31
"properties": {
26
32
"message": {
27
33
"type": "string",
28
34
"format": "at-uri"
29
35
}
30
36
}
31
37
},
32
38
"description": "Marks notifications for a specific message as seen."
33
39
}
34
40
},
35
41
"$type": "com.atproto.lexicon.schema",
36
42
"lexicon": 1
37
43
}