{
"id": "com.getorbyt.community.resolveReport",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"report",
"action"
],
"properties": {
"note": {
"type": "string",
"maxLength": 2000
},
"action": {
"type": "string",
"knownValues": [
"remove",
"dismiss"
]
},
"report": {
"type": "string",
"maxLength": 128
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "ReportNotFound"
},
{
"name": "InsufficientRole"
},
{
"name": "InvalidState"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"report"
],
"properties": {
"report": {
"ref": "com.getorbyt.community.defs#reportView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"description": "Resolves one Community report by removing its post or dismissing the report. Requires authenticated moderator authorization."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:2xrqztnmzlckb3xfuuukupso
- CID
-
bafyreifnmpxve6d54om3qwsbnbxkpsuhhio5kdqgmbq5cg3sjwe7oh4y4q
- Indexed At
- 2026-09-02 18:57 UTC
- AT-URI
-
at://did:plc:2xrqztnmzlckb3xfuuukupso/com.atproto.lexicon.schema/com.getorbyt.community.resolveReport