app.didpic.admin.resolveAppeal

lexicons.didpic.app

Documentation

Resolve an appeal.

main procedure

Resolve an appeal.

Input

Encodingapplication/json
action string Required

No description available.

id string Required

No description available.

note string Optional

No description available.

Output

Encodingapplication/json
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": [
        "id",
        "action"
      ],
      "properties": {
        "id": {
          "type": "string"
        },
        "note": {
          "type": "string"
        },
        "action": {
          "enum": [
            "granted",
            "denied"
          ],
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "description": "Resolve an appeal."
}

Lexicon Garden

@