lol.dids.admin.createDenylist

ngerakines.me

Documentation

Deny a subject. This is the primary takedown mechanism: a denylisted subject stops serving within one broadcast whether it is reached through a site, a tile, or a parameter, and a denylisted space stops every domain registered to it.

main procedure

Deny a subject. This is the primary takedown mechanism: a denylisted subject stops serving within one broadcast whether it is reached through a site, a tile, or a parameter, and a denylisted space stops every domain registered to it.

Input

Encodingapplication/json
kind string Required

No description available.

reason string Optional

No description available.

subject string Required

The hostname, DID, record AT-URI, CID, domain pattern, or space URI to deny.

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": [
        "kind",
        "subject"
      ],
      "properties": {
        "kind": {
          "type": "string",
          "knownValues": [
            "domain",
            "did",
            "uri",
            "cid",
            "pattern",
            "space"
          ]
        },
        "reason": {
          "type": "string"
        },
        "subject": {
          "type": "string",
          "description": "The hostname, DID, record AT-URI, CID, domain pattern, or space URI to deny."
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "entry"
      ],
      "properties": {
        "entry": {
          "ref": "lol.dids.defs#denylistEntry",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Deny a subject. This is the primary takedown mechanism: a denylisted subject stops serving within one broadcast whether it is reached through a site, a tile, or a parameter, and a denylisted space stops every domain registered to it."
}

Lexicon Garden

@