ink.branchline.createBookmark

branchline.ink

{
  "id": "ink.branchline.createBookmark",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "subjectUri"
          ],
          "properties": {
            "subjectUri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the ink.branchline.bud record to bookmark."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "Unauthorized",
          "description": "The caller is not signed in."
        },
        {
          "name": "SubjectNotFound",
          "description": "The subject bud does not exist in the AppView."
        },
        {
          "name": "DuplicateBookmark",
          "description": "The caller already has a bookmark on this exact subject."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid"
            },
            "uri": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Bookmark a bud. The caller must be signed in. If the caller already has a bookmark in the same story whose subject is an ancestor or descendant of the new subject, the existing record is rewritten in place (putRecord) so the bookmark list stays one-per-thread. Otherwise a new ink.branchline.bookmark record is created in the caller's PDS and mirrored into the local read cache."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ink.branchline.createBookmark

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:brvu7akhdvsqcomb67pafw25
CID
bafyreibzem232tfx5xkodrupesh3lvvivmqpi44lhqrohxgllvlep2oxjm
Indexed At
2026-04-20 22:24 UTC
AT-URI
at://did:plc:brvu7akhdvsqcomb67pafw25/com.atproto.lexicon.schema/ink.branchline.createBookmark

Lexicon Garden

@