{
"id": "com.getorbyt.community.createAppeal",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"community",
"post",
"removalActionId",
"text"
],
"properties": {
"post": {
"type": "string",
"format": "at-uri"
},
"text": {
"type": "string",
"maxLength": 2000,
"minLength": 1
},
"community": {
"type": "string",
"format": "at-uri"
},
"removalActionId": {
"type": "string",
"maxLength": 128
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "RemovalNotFound"
},
{
"name": "AppealExists"
},
{
"name": "InsufficientRole"
},
{
"name": "InvalidRequest"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"appeal"
],
"properties": {
"appeal": {
"ref": "com.getorbyt.community.defs#appealView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"description": "Creates the post author's single private appeal for a specific Community removal action. Requires authenticated service authorization."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:2xrqztnmzlckb3xfuuukupso
- CID
-
bafyreihnvn65yjv7fbjesdim2vahg3qd7uvszjbuppwbm7tryygassz3w4
- Indexed At
- 2026-09-02 18:57 UTC
- AT-URI
-
at://did:plc:2xrqztnmzlckb3xfuuukupso/com.atproto.lexicon.schema/com.getorbyt.community.createAppeal