space.highport.manage.releaseDomain
Schema Diff
+2 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.manage.releaseDomain",
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
],
12
12
"properties": {
13
13
"domain": {
14
14
"type": "string",
15
15
"maxLength": 253,
16
16
"description": "The registered hostname."
17
17
}
18
18
}
19
19
},
20
20
"encoding": "application/json"
21
21
},
22
22
"errors": [
23
23
{
24
24
"name": "DomainNotFound",
25
25
"description": "No registration for that domain belongs to the caller."
26
26
},
27
27
{
28
28
"name": "DomainIsDelegationProbe",
29
-
"description": "The domain is a delegation base's probe, which goes with disableDelegation rather than with releaseDomain."
29
+
"description": "The domain is a delegation base's probe. Use disableDelegation to remove it."
30
30
}
31
31
],
32
32
"output": {
33
33
"schema": {
34
34
"type": "object",
35
35
"required": [
36
36
"released"
37
37
],
38
38
"properties": {
39
39
"released": {
40
40
"type": "boolean"
41
41
}
42
42
}
43
43
},
44
44
"encoding": "application/json"
45
45
},
46
-
"description": "Release a domain: deactivate its site and stop authorizing the domain at the TLS permission endpoint. A certificate already issued for the domain itself is not revoked; it stays valid until it expires. If the domain is a base holding a wildcard certificate grant, the release ends the grant and that wildcard is revoked and deleted, and until then the domain stays refused to every account. The content-addressed blobs survive — they may be shared — and are reclaimed by garbage collection."
46
+
"description": "Release a domain: deactivate its site and stop authorizing it for TLS. Certificates already issued for it stay valid until they expire. If the domain is a base with a wildcard grant, the grant ends and the wildcard is revoked and deleted; no account can take the domain until that finishes. Stored blobs are left for garbage collection."
47
47
}
48
48
},
49
49
"$type": "com.atproto.lexicon.schema",
50
50
"lexicon": 1
51
51
}