app.didpic.admin.resyncActor

lexicons.didpic.app

Documentation

Enqueue or reset a resync job for an actor.

main procedure

Enqueue or reset a resync job for an actor.

Input

Encodingapplication/json
did stringdid Required

A decentralized identifier (DID).

Output

Encodingapplication/json
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"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "description": "Enqueue or reset a resync job for an actor."
}

Lexicon Garden

@