space.highport.admin.setTileState

lexicons.highport.space

Schema Diff

+1 -1

From

CID
bafyreifrmgiurn7...
Indexed At
2026-09-01 13:03 UTC
View this version

To

CID
bafyreieisf53qma...
Indexed At
2026-09-17 17:49 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "space.highport.admin.setTileState",
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
            "uri",
11 11
            "state"
12 12
          ],
13 13
          "properties": {
14 14
            "uri": {
15 15
              "type": "string",
16 16
              "format": "at-uri"
17 17
            },
18 18
            "state": {
19 19
              "type": "string",
20 20
              "knownValues": [
21 21
                "suspended",
22 22
                "active"
23 23
              ]
24 24
            }
25 25
          }
26 26
        },
27 27
        "encoding": "application/json"
28 28
      },
29 29
      "output": {
30 30
        "schema": {
31 31
          "type": "object",
32 32
          "required": [
33 33
            "tile"
34 34
          ],
35 35
          "properties": {
36 36
            "tile": {
37 37
              "ref": "space.highport.defs#tileView",
38 38
              "type": "ref"
39 39
            }
40 40
          }
41 41
        },
42 42
        "encoding": "application/json"
43 43
      },
44 -
      "description": "Suspend or unsuspend a tile: a suspended tile takes no new bindings and no new versions, and the snapshots already serving keep serving."
44 +
      "description": "Suspend or resume a tile. A suspended tile accepts no new bindings or versions, but snapshots already serving keep serving."
45 45
    }
46 46
  },
47 47
  "$type": "com.atproto.lexicon.schema",
48 48
  "lexicon": 1
49 49
}

Compare Other Versions

Lexicon Garden

@