com.atproto.sync.request_crawl#
- pydantic model atproto.xrpc_client.models.com.atproto.sync.request_crawl.Data#
Bases:
DataModelBase
Input data model for
com.atproto.sync.requestCrawl
.Show JSON schema
{ "title": "Data", "description": "Input data model for :obj:`com.atproto.sync.requestCrawl`.", "type": "object", "properties": { "hostname": { "title": "Hostname", "type": "string" } }, "additionalProperties": false, "required": [ "hostname" ] }
- Fields:
- field hostname: str [Required]#
Hostname of the service that is requesting to be crawled.