app.standard-reader.updateList

standard-reader.app

Documentation

Replace an existing publication list.

main procedure

Replace an existing publication list.

Input

Encodingapplication/json
description string Optional

No description available.

name string Required

No description available.

publications array Required

No description available.

rkey string Required

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": [
        "rkey",
        "name",
        "publications"
      ],
      "properties": {
        "name": {
          "type": "string"
        },
        "rkey": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "publications": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "at-uri"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "description": "Replace an existing publication list."
}

Lexicon Garden

@