space.highport.admin.setDomainState
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.admin.setDomainState",
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
"domain",
11
11
"state"
12
12
],
13
13
"properties": {
14
14
"state": {
15
15
"type": "string",
16
16
"knownValues": [
17
17
"suspended",
18
18
"active",
19
19
"released"
20
20
]
21
21
},
22
22
"domain": {
23
23
"type": "string",
24
24
"maxLength": 253,
25
25
"description": "The hostname."
26
26
},
27
27
"reason": {
28
28
"type": "string",
29
-
"description": "Recorded on the domain's event log."
29
+
"description": "Recorded in the domain's event log."
30
30
}
31
31
}
32
32
},
33
33
"encoding": "application/json"
34
34
},
35
35
"output": {
36
36
"schema": {
37
37
"type": "object",
38
38
"required": [
39
39
"domain"
40
40
],
41
41
"properties": {
42
42
"domain": {
43
43
"ref": "space.highport.defs#domainView",
44
44
"type": "ref"
45
45
}
46
46
}
47
47
},
48
48
"encoding": "application/json"
49
49
},
50
50
"description": "Suspend, unsuspend, or force-release a domain."
51
51
}
52
52
},
53
53
"$type": "com.atproto.lexicon.schema",
54
54
"lexicon": 1
55
55
}