lol.dids.admin.setTileState

ngerakines.me

Documentation

Suspend or unsuspend a tile: a suspended tile takes no new bindings and no new versions, and the snapshots already serving keep serving.

main procedure

Suspend or unsuspend a tile: a suspended tile takes no new bindings and no new versions, and the snapshots already serving keep serving.

Input

Encodingapplication/json
state string Required

No description available.

uri stringat-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "uri",
        "state"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "state": {
          "type": "string",
          "knownValues": [
            "suspended",
            "active"
          ]
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "tile"
      ],
      "properties": {
        "tile": {
          "ref": "lol.dids.defs#tileView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Suspend or unsuspend a tile: a suspended tile takes no new bindings and no new versions, and the snapshots already serving keep serving."
}

Lexicon Garden

@