app.bivri.feed.updateComment

lexicons.bivri.app

{
  "id": "app.bivri.feed.updateComment",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "content"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT URI of the app.bivri.feed.comment record to edit. It must live in the authenticated member's own repository."
            },
            "content": {
              "type": "string",
              "maxLength": 10000,
              "description": "Replacement comment text.",
              "maxGraphemes": 1000
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid",
              "description": "CID the edited comment record now carries."
            },
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT URI of the edited comment record."
            }
          }
        },
        "encoding": "application/json"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Edit the text of a comment the authenticated member owns. The artwork and reply parent remain unchanged."
}

Validate Record

Validate a record against app.bivri.feed.updateComment

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uqat5a7hrbww3snbbinxgwah
CID
bafyreifs35qtppk2swi7v4vybnvoxymzzr6if43kgjgsymo3xucc5ps3ku
Indexed At
2026-08-18 04:29 UTC
AT-URI
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.feed.updateComment

Lexicon Garden

@