{
"id": "app.tempomusic.staff.dismissReport",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"reportId"
],
"properties": {
"note": {
"type": "string",
"maxLength": 1000,
"description": "Optional free-text note explaining the dismissal."
},
"reportId": {
"type": "integer",
"minimum": 1
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "Forbidden",
"description": "Caller is not an active moderator."
},
{
"name": "NotFound"
},
{
"name": "AlreadyResolved",
"description": "The report is already in a terminal state (`actioned` or `dismissed`)."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"status",
"auditEntryId"
],
"properties": {
"status": {
"ref": "app.tempomusic.staff.defs#reportStatus",
"type": "ref"
},
"auditEntryId": {
"type": "integer",
"minimum": 1
}
}
},
"encoding": "application/json"
},
"description": "Close a report without acting on the subject. Valid from `open` (fast-path obvious junk) and from `underReview`. Writes a single `reportDismissed` audit row. Fast-path dismissal directly from `open` does NOT emit a `reportTriaged` audit row first — only the dismissal entry is written."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:pxsuqmultto34oks44m2lgxm
- CID
-
bafyreicsnr4awdejaxa5ossuvpwegpsqwa4sr5f3ioey7zauqs6oy4phpi
- Indexed At
- 2026-08-24 09:06 UTC
- AT-URI
-
at://did:plc:pxsuqmultto34oks44m2lgxm/com.atproto.lexicon.schema/app.tempomusic.staff.dismissReport