app.bivri.feed.getDraft

lexicons.bivri.app

Documentation

main query

No description available.

Parameters

id string Required

Bivri-owned Draft identifier.

Output

Encodingapplication/json

Errors

Unauthenticated
DraftNotFound
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
Bivri-owned Draft identifier.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "Unauthenticated"
    },
    {
      "name": "DraftNotFound"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "draft"
      ],
      "properties": {
        "draft": {
          "ref": "app.bivri.feed.defs#draftView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "id"
    ],
    "properties": {
      "id": {
        "type": "string",
        "maxLength": 36,
        "description": "Bivri-owned Draft identifier."
      }
    }
  }
}

Lexicon Garden

@