pub.chive.admin.triggerDIDSync

chive.pub

Documentation

Trigger a full repository sync for a specific DID

main procedure

Trigger a full repository sync for a specific DID

Input

Encodingapplication/json
did stringdid Required

DID to sync

Output

Encodingapplication/json
operationId string Required

ID of the started backfill operation

Errors

AuthenticationRequired
AdminRequired
InvalidRequest
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did",
          "description": "DID to sync"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "AuthenticationRequired"
    },
    {
      "name": "AdminRequired"
    },
    {
      "name": "InvalidRequest"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "operationId"
      ],
      "properties": {
        "operationId": {
          "type": "string",
          "description": "ID of the started backfill operation"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Trigger a full repository sync for a specific DID"
}

Lexicon Garden

@