space.highport.admin.listSpaces
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.admin.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
"state": {
39
39
"type": "string",
40
-
"description": "Filter by sync state — one of the values of space.highport.defs#spaceSyncState."
40
+
"description": "Filter by sync state (see space.highport.defs#spaceSyncState)."
41
41
},
42
42
"cursor": {
43
43
"type": "string",
44
44
"description": "Pagination cursor from a previous response."
45
45
}
46
46
}
47
47
},
48
48
"description": "Every connected space with its sync state, access expiry, and registration expiry."
49
49
}
50
50
},
51
51
"$type": "com.atproto.lexicon.schema",
52
52
"lexicon": 1
53
53
}