pub.chive.sync.refreshRecord

chive.pub

{
  "id": "pub.chive.sync.refreshRecord",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the record to refresh"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "NotFound"
        },
        {
          "name": "AuthenticationRequired"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "refreshed"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri"
            },
            "error": {
              "type": "string",
              "description": "Error message if refresh failed"
            },
            "newCid": {
              "type": "string",
              "format": "cid",
              "description": "New CID after refresh"
            },
            "refreshed": {
              "type": "boolean",
              "description": "Whether refresh succeeded"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Refresh a stale record from PDS"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.sync.refreshRecord

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreig3dxci7osudxfm6hrgvmqei5rdviqzhtnwntupkkf4lnj4cwmr5y
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.sync.refreshRecord

Lexicon Garden

@