page.corvus.publishOps

corvus.page

Documentation

main procedure

No description available.

Input

Encodingapplication/json
ops array Required

Ops to publish. Each is a `page.corvus.backchannelFrame#op` carrying an optional `blockId` and the op itself.

Errors

Malformed Validation failed for one of the submitted ops (missing `blockId`, mismatched author, malformed `op.id`, etc.). The message identifies the offending op by its index in the `ops` array.
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": [
        "ops"
      ],
      "properties": {
        "ops": {
          "type": "array",
          "items": {
            "ref": "page.corvus.backchannelFrame#op",
            "type": "ref"
          },
          "description": "Ops to publish. Each is a `page.corvus.backchannelFrame#op` carrying an optional `blockId` and the op itself."
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "Malformed",
      "description": "Validation failed for one of the submitted ops (missing `blockId`, mismatched author, malformed `op.id`, etc.). The message identifies the offending op by its index in the `ops` array."
    }
  ]
}

Lexicon Garden

@