DEPRECATED - please use com.atproto.sync.getLatestCommit instead
Parameters
Output
Encoding
application/jsonroot
stringcid
Required
A content identifier (CID) referencing immutable data.
Errors
HeadNotFound
Try It
Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.
View raw schema
{
"type": "query",
"errors": [
{
"name": "HeadNotFound"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"root"
],
"properties": {
"root": {
"type": "string",
"format": "cid"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "The DID of the repo."
}
}
},
"description": "DEPRECATED - please use com.atproto.sync.getLatestCommit instead"
}