space.highport.manage.listSpaceSites
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.manage.listSpaceSites",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"errors": [
7
7
{
8
8
"name": "SpaceNotFound",
9
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
"type": "object",
15
15
"required": [
16
16
"domains"
17
17
],
18
18
"properties": {
19
19
"cursor": {
20
20
"type": "string",
21
21
"description": "Present when more entries exist."
22
22
},
23
23
"domains": {
24
24
"type": "array",
25
25
"items": {
26
26
"ref": "space.highport.defs#domainView",
27
27
"type": "ref"
28
28
}
29
29
}
30
30
}
31
31
},
32
32
"encoding": "application/json"
33
33
},
34
34
"parameters": {
35
35
"type": "params",
36
36
"required": [
37
37
"space"
38
38
],
39
39
"properties": {
40
40
"limit": {
41
41
"type": "integer",
42
42
"default": 50,
43
43
"maximum": 100,
44
44
"minimum": 1,
45
45
"description": "Maximum entries to return."
46
46
},
47
47
"space": {
48
48
"type": "string",
49
49
"format": "at-uri"
50
50
},
51
51
"cursor": {
52
52
"type": "string",
53
53
"description": "Pagination cursor from a previous response."
54
54
}
55
55
}
56
56
},
57
-
"description": "The domains registered to a space, with the state of each. Authority and viewers."
57
+
"description": "Domains registered to a space, with each one's state. Available to the authority and viewers."
58
58
}
59
59
},
60
60
"$type": "com.atproto.lexicon.schema",
61
61
"lexicon": 1
62
62
}