link.latr.bookmarks.renameTag

samclemente.me

Documentation

L@tr XRPC method link.latr.bookmarks.renameTag.

main procedure

L@tr XRPC method link.latr.bookmarks.renameTag.

Input

Encodingapplication/json
cursor string Optional

No description available.

maxLength: 2048 bytesmaxGraphemes: 512 graphemes
limit integer Optional

No description available.

minimum: 1maximum: 25
replacement string Required

No description available.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
tag string Required

No description available.

maxLength: 640 bytesmaxGraphemes: 64 graphemes

Output

Encodingapplication/json

Errors

InvalidRequest
InvalidUrl
AuthRequired
InvalidToken
InvalidDpop
ClientAuthRequired
BookmarkNotFound
Conflict
RateLimitExceeded
UpstreamFailure
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": [
        "tag",
        "replacement"
      ],
      "properties": {
        "tag": {
          "type": "string",
          "maxLength": 640,
          "maxGraphemes": 64
        },
        "limit": {
          "type": "integer",
          "default": 25,
          "maximum": 25,
          "minimum": 1
        },
        "cursor": {
          "type": "string",
          "maxLength": 2048,
          "maxGraphemes": 512
        },
        "replacement": {
          "type": "string",
          "maxLength": 640,
          "maxGraphemes": 64
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "InvalidRequest"
    },
    {
      "name": "InvalidUrl"
    },
    {
      "name": "AuthRequired"
    },
    {
      "name": "InvalidToken"
    },
    {
      "name": "InvalidDpop"
    },
    {
      "name": "ClientAuthRequired"
    },
    {
      "name": "BookmarkNotFound"
    },
    {
      "name": "Conflict"
    },
    {
      "name": "RateLimitExceeded"
    },
    {
      "name": "UpstreamFailure"
    }
  ],
  "output": {
    "schema": {
      "ref": "link.latr.bookmarks.defs#tagMutationResult",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "description": "L@tr XRPC method link.latr.bookmarks.renameTag."
}

Lexicon Garden

@