com.getorbyt.community.resolveAppeal

getorbyt.com

Documentation

Permanently upholds or restores one appealed Community removal. Requires authenticated moderator authorization.

main procedure

Permanently upholds or restores one appealed Community removal. Requires authenticated moderator authorization.

Input

Encodingapplication/json
action string Required

No description available.

appeal string Required

No description available.

maxLength: 128 bytes
note string Optional

No description available.

maxLength: 2000 bytes

Output

Encodingapplication/json

Errors

AuthenticationRequired
AppealNotFound
InsufficientRole
InvalidState
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "appeal",
        "action"
      ],
      "properties": {
        "note": {
          "type": "string",
          "maxLength": 2000
        },
        "action": {
          "type": "string",
          "knownValues": [
            "uphold",
            "restore"
          ]
        },
        "appeal": {
          "type": "string",
          "maxLength": 128
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AuthenticationRequired"
    },
    {
      "name": "AppealNotFound"
    },
    {
      "name": "InsufficientRole"
    },
    {
      "name": "InvalidState"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "appeal"
      ],
      "properties": {
        "appeal": {
          "ref": "com.getorbyt.community.defs#appealView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Permanently upholds or restores one appealed Community removal. Requires authenticated moderator authorization."
}

Lexicon Garden

@