space.highport.manage.disableDelegation
Schema Diff
+2 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.manage.disableDelegation",
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 base: a domain registered to the caller."
17
17
}
18
18
}
19
19
},
20
20
"encoding": "application/json"
21
21
},
22
22
"errors": [
23
23
{
24
24
"name": "NotBaseOwner",
25
25
"description": "No verified or active registration of that domain belongs to the caller."
26
26
},
27
27
{
28
28
"name": "DelegationHasReservations",
29
-
"description": "Names are still reserved under the base; release each with releaseReservation first."
29
+
"description": "Names are still reserved under the base. Release each one with releaseReservation first."
30
30
}
31
31
],
32
32
"output": {
33
33
"schema": {
34
34
"type": "object",
35
35
"required": [
36
36
"domain",
37
37
"disabled"
38
38
],
39
39
"properties": {
40
40
"domain": {
41
41
"type": "string"
42
42
},
43
43
"disabled": {
44
44
"type": "boolean"
45
45
}
46
46
}
47
47
},
48
48
"encoding": "application/json"
49
49
},
50
-
"description": "Stop a base handing out names: remove its probe and clear its delegation state. Refused while any reservation remains under the base, because releasing another identity's name is a deliberate releaseReservation each. A certificate grant on the base is left alone, because certificate mode belongs to the base rather than to delegation."
50
+
"description": "Stop a base handing out names: remove its probe and clear its delegation state. Refused while any reservation remains; release each one with releaseReservation. A certificate grant on the base is left in place."
51
51
}
52
52
},
53
53
"$type": "com.atproto.lexicon.schema",
54
54
"lexicon": 1
55
55
}