space.highport.manage.disconnectSpace
Schema Diff
+2 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.manage.disconnectSpace",
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
],
12
12
"properties": {
13
13
"space": {
14
14
"type": "string",
15
15
"format": "at-uri"
16
16
}
17
17
}
18
18
},
19
19
"encoding": "application/json"
20
20
},
21
21
"errors": [
22
22
{
23
23
"name": "SpaceNotFound",
24
24
"description": "Bard is not connected to that space."
25
25
},
26
26
{
27
27
"name": "NotSpaceAuthority",
28
28
"description": "Only the space's authority may disconnect it."
29
29
}
30
30
],
31
31
"output": {
32
32
"schema": {
33
33
"type": "object",
34
34
"required": [
35
35
"disconnected",
36
36
"releasedDomains"
37
37
],
38
38
"properties": {
39
39
"disconnected": {
40
40
"type": "boolean"
41
41
},
42
42
"releasedDomains": {
43
43
"type": "array",
44
44
"items": {
45
45
"type": "string"
46
46
},
47
-
"description": "The hostnames released by the disconnect."
47
+
"description": "The hostnames that were released."
48
48
}
49
49
}
50
50
},
51
51
"encoding": "application/json"
52
52
},
53
-
"description": "Forget a space: release the domains registered to it, purge under the ordinary grace, discard the credential and the key, and stop renewing. Authority only."
53
+
"description": "Forget a space: release its domains, purge them after the usual grace period, discard the credential and key, and stop renewing. Authority only."
54
54
}
55
55
},
56
56
"$type": "com.atproto.lexicon.schema",
57
57
"lexicon": 1
58
58
}