Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atproto.sync.notifyOfUpdate

atproto-lexicons.bsky.social

Documentation

main procedure

Notify a crawling service of a recent update, and that crawling should resume. Intended use is after a gap between repo stream events caused the crawling service to disconnect. Does not require auth; implemented by Relay. DEPRECATED: just use com.atproto.sync.requestCrawl

Input

Encodingapplication/json
hostname string Required

Hostname of the current service (usually a PDS) that is notifying of update.

Try It

Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.

These methods interact directly with Personal Data Servers and require careful handling. Use a dedicated client or CLI tool instead.
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "hostname"
      ],
      "properties": {
        "hostname": {
          "type": "string",
          "description": "Hostname of the current service (usually a PDS) that is notifying of update."
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Notify a crawling service of a recent update, and that crawling should resume. Intended use is after a gap between repo stream events caused the crawling service to disconnect. Does not require auth; implemented by Relay. DEPRECATED: just use com.atproto.sync.requestCrawl"
}

Lexicon Garden

@