Module Cephalopod_models.Com_Atproto_Sync_RequestCrawl

lexicon "com.atproto.sync.requestCrawl"

def main

type main_input = {
  1. hostname : string;
    (*

    Hostname of the current service (eg, PDS) that is requesting to be crawled.

    *)
}
val show_main_input : main_input -> Ppx_deriving_runtime.string
val main_input_to_value : main_input -> Cephalopod_dasl.Value.t
type main_error = [
  1. | `HostBanned
]
val show_main_error : main_error -> Ppx_deriving_runtime.string
val main : (unit, main_input, unit, main_error) Base.procedure

Request a service to persistently crawl hosted repos. Expected use is new PDS instances declaring their existence to Relays. Does not require auth.