app.didpic.admin.resolveReport

lexicons.didpic.app

Documentation

Resolve a report.

main procedure

Resolve a report.

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": [
            "actioned",
            "dismissed",
            "duplicate"
          ],
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "description": "Resolve a report."
}

Lexicon Garden

@