app.didpic.admin.getClientError

lexicons.didpic.app

Documentation

Get one client error by id.

main query

Get one client error by id.

Parameters

id string Required

No description available.

Output

Encodingapplication/json
error unknown Required

No description available.

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://api.bsky.social)
Parameters
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "error"
      ],
      "properties": {
        "error": {
          "type": "unknown"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "id"
    ],
    "properties": {
      "id": {
        "type": "string"
      }
    }
  },
  "description": "Get one client error by id."
}

Lexicon Garden

@