app.bivri.feed.createDraft

lexicons.bivri.app

Documentation

main procedure

No description available.

Input

Encodingapplication/json

Output

Encodingapplication/json

Errors

Unauthenticated
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",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "Unauthenticated"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "draft"
      ],
      "properties": {
        "draft": {
          "ref": "app.bivri.feed.defs#draftView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  }
}

Lexicon Garden

@