{
"id": "pub.chive.governance.rejectElevation",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"requestId",
"reason"
],
"properties": {
"reason": {
"type": "string",
"maxLength": 1000,
"minLength": 10,
"description": "Reason for rejection"
},
"requestId": {
"type": "string",
"description": "ID of the elevation request to reject"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "Unauthorized"
},
{
"name": "NotFound"
}
],
"output": {
"schema": {
"ref": "#elevationResult",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Reject a pending elevation request. Only accessible by administrators."
},
"elevationResult": {
"type": "object",
"required": [
"success",
"message"
],
"properties": {
"message": {
"type": "string",
"description": "Human-readable result message"
},
"success": {
"type": "boolean",
"description": "Whether the operation succeeded"
},
"requestId": {
"type": "string",
"description": "Elevation request ID"
}
},
"description": "Result of elevation operation"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreibfqbhieaf5yrmez2c5y4y2zhfff6omwys3djrugwxqdshiqrkhdy
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.governance.rejectElevation