com.atproto.sync.notifyOfUpdate

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

class atproto_client.models.com.atproto.sync.notify_of_update.Data

Bases: DataModelBase

Input data model for com.atproto.sync.notifyOfUpdate.

field hostname: str [Required]

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

class atproto_client.models.com.atproto.sync.notify_of_update.DataDict

Bases: TypedDict

hostname: str

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