Generates and persists a single new label, which negates (and overwrites) any previous label with the same (src, uri, cid, val).
Input
Encoding
application/jsonOutput
Encoding
application/jsonTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"ref": "at.nsid.cobalt.label.defs#labelRequest",
"type": "ref"
},
"encoding": "application/json"
},
"output": {
"schema": {
"ref": "com.atproto.label.def#label",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Generates and persists a single new label, which negates (and overwrites) any previous label with the same (src, uri, cid, val)."
}