space.highport.manage.listSpaces
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.manage.listSpaces",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"output": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"spaces"
11
11
],
12
12
"properties": {
13
13
"cursor": {
14
14
"type": "string",
15
15
"description": "Present when more entries exist."
16
16
},
17
17
"spaces": {
18
18
"type": "array",
19
19
"items": {
20
20
"ref": "space.highport.defs#spaceView",
21
21
"type": "ref"
22
22
}
23
23
}
24
24
}
25
25
},
26
26
"encoding": "application/json"
27
27
},
28
28
"parameters": {
29
29
"type": "params",
30
30
"properties": {
31
31
"limit": {
32
32
"type": "integer",
33
33
"default": 50,
34
34
"maximum": 100,
35
35
"minimum": 1,
36
36
"description": "Maximum entries to return."
37
37
},
38
38
"cursor": {
39
39
"type": "string",
40
40
"description": "Pagination cursor from a previous response."
41
41
}
42
42
}
43
43
},
44
-
"description": "The caller's spaces: those the caller is the authority of first, then those the caller has granted bard access to within the viewer window."
44
+
"description": "The caller's spaces: first those it is the authority of, then those it has granted bard access to within the viewer window."
45
45
}
46
46
},
47
47
"$type": "com.atproto.lexicon.schema",
48
48
"lexicon": 1
49
49
}