app.bivri.bookmark.createGroup

lexicons.bivri.app

Documentation

main procedure

No description available.

Input

Encodingapplication/json
name string Required

Name shown for the bookmark group.

maxLength: 640 bytesmaxGraphemes: 64 graphemes

Output

Encodingapplication/json
cid stringcid Required

CID of the bookmark group record that was written.

uri stringat-uri Required

AT URI of the bookmark group record that was written.

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": [
        "name"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 640,
          "description": "Name shown for the bookmark group.",
          "maxGraphemes": 64
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "uri",
        "cid"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid",
          "description": "CID of the bookmark group record that was written."
        },
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT URI of the bookmark group record that was written."
        }
      }
    },
    "encoding": "application/json"
  }
}

Lexicon Garden

@