space.highport.manage.getSpace
Schema Diff
+2 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.manage.getSpace",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"errors": [
7
7
{
8
8
"name": "SpaceNotFound",
9
-
"description": "Bard is not connected to that space — also the answer for a caller who is neither its authority nor a viewer."
9
+
"description": "Bard is not connected to that space, or the caller is neither its authority nor a viewer."
10
10
}
11
11
],
12
12
"output": {
13
13
"schema": {
14
14
"ref": "space.highport.defs#spaceView",
15
15
"type": "ref"
16
16
},
17
17
"encoding": "application/json"
18
18
},
19
19
"parameters": {
20
20
"type": "params",
21
21
"required": [
22
22
"space"
23
23
],
24
24
"properties": {
25
25
"space": {
26
26
"type": "string",
27
27
"format": "at-uri"
28
28
}
29
29
}
30
30
},
31
-
"description": "What bard knows about one connected space: its sync state, the expiry of the credential bard holds, and its counts. Answered for the space's authority and for viewers — identities with a grant inside the viewer window."
31
+
"description": "What bard knows about a connected space: its sync state, when bard's credential expires, and its counts. Available to the space's authority and to viewers (identities with a grant inside the viewer window)."
32
32
}
33
33
},
34
34
"$type": "com.atproto.lexicon.schema",
35
35
"lexicon": 1
36
36
}