space.highport.manage.releaseReservation

lexicons.highport.space

Schema Diff

+3 -3

From

CID
bafyreidskmcl7bm...
Indexed At
2026-09-15 17:46 UTC
View this version

To

CID
bafyreid3tjfierb...
Indexed At
2026-09-17 17:51 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "space.highport.manage.releaseReservation",
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
            "hostname"
11 11
          ],
12 12
          "properties": {
13 13
            "hostname": {
14 14
              "type": "string",
15 15
              "maxLength": 253,
16 16
              "description": "The reserved name."
17 17
            }
18 18
          }
19 19
        },
20 20
        "encoding": "application/json"
21 21
      },
22 22
      "errors": [
23 23
        {
24 24
          "name": "NotBaseOwner",
25 -
          "description": "The name is not under a base whose verified or active registration belongs to the caller."
25 +
          "description": "The name is not under a base with a verified or active registration owned by the caller."
26 26
        },
27 27
        {
28 28
          "name": "ReservationNotFound",
29 -
          "description": "No reservation exists at that hostname. An ordinary registration, and the base's probe, are not reservations."
29 +
          "description": "No reservation exists for that hostname. Ordinary registrations and the base's probe are not reservations."
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 name reserved under one of the caller's delegation bases: stop answering for it, and stop authorizing it at the TLS permission endpoint. The subject's site, if it published one, stops serving."
46 +
      "description": "Release a name reserved under one of the caller's delegation bases. Bard stops answering for it and stops authorizing it for TLS, and any site the subject published there stops serving."
47 47
    }
48 48
  },
49 49
  "$type": "com.atproto.lexicon.schema",
50 50
  "lexicon": 1
51 51
}

Compare Other Versions

Lexicon Garden

@