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
application/jsonkind
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
application/jsonentry
reflol.dids.defs#denylistEntry
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
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."
}