com.atproto.sync.get_head#

pydantic model atproto.xrpc_client.models.com.atproto.sync.get_head.Params#

Bases: ParamsModelBase

Parameters model for com.atproto.sync.getHead.

Show JSON schema
{
   "title": "Params",
   "description": "Parameters model for :obj:`com.atproto.sync.getHead`.",
   "type": "object",
   "properties": {
      "did": {
         "title": "Did",
         "type": "string"
      }
   },
   "additionalProperties": false,
   "required": [
      "did"
   ]
}

Fields:
field did: str [Required]#

The DID of the repo.

class atproto.xrpc_client.models.com.atproto.sync.get_head.ParamsDict#

Bases: TypedDict

did: str#

The DID of the repo.

pydantic model atproto.xrpc_client.models.com.atproto.sync.get_head.Response#

Bases: ResponseModelBase

Output data model for com.atproto.sync.getHead.

Show JSON schema
{
   "title": "Response",
   "description": "Output data model for :obj:`com.atproto.sync.getHead`.",
   "type": "object",
   "properties": {
      "root": {
         "title": "Root",
         "type": "string"
      }
   },
   "additionalProperties": false,
   "required": [
      "root"
   ]
}

Fields:
field root: str [Required]#

Root.