space.highport.admin.setSpaceState
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.admin.setSpaceState",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
6
"input": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"space",
11
11
"state"
12
12
],
13
13
"properties": {
14
14
"space": {
15
15
"type": "string",
16
16
"format": "at-uri"
17
17
},
18
18
"state": {
19
19
"type": "string",
20
20
"knownValues": [
21
21
"suspended",
22
22
"active"
23
23
]
24
24
}
25
25
}
26
26
},
27
27
"encoding": "application/json"
28
28
},
29
29
"output": {
30
30
"schema": {
31
31
"type": "object",
32
32
"required": [
33
33
"space"
34
34
],
35
35
"properties": {
36
36
"space": {
37
37
"ref": "space.highport.defs#spaceView",
38
38
"type": "ref"
39
39
}
40
40
}
41
41
},
42
42
"encoding": "application/json"
43
43
},
44
-
"description": "Suspend or unsuspend syncing for a space: no pulls, no grants accepted, and its domains keep serving what they serve."
44
+
"description": "Suspend or resume syncing for a space. While suspended, bard pulls nothing and accepts no grants, but the space's domains keep serving."
45
45
}
46
46
},
47
47
"$type": "com.atproto.lexicon.schema",
48
48
"lexicon": 1
49
49
}