lol.dids.admin.rebuildSnapshot

ngerakines.me

Documentation

Force re-materialization of a snapshot from the content-addressed store without refetching from the publisher's repository.

main procedure

Force re-materialization of a snapshot from the content-addressed store without refetching from the publisher's repository.

Input

Encodingapplication/json
cid stringcid Optional

Rebuild this record version; absent rebuilds the active one.

domain string Required

The hostname.

maxLength: 253 bytes

Output

Encodingapplication/json
jobId string Required

No description available.

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": [
        "domain"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid",
          "description": "Rebuild this record version; absent rebuilds the active one."
        },
        "domain": {
          "type": "string",
          "maxLength": 253,
          "description": "The hostname."
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "jobId"
      ],
      "properties": {
        "jobId": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Force re-materialization of a snapshot from the content-addressed store without refetching from the publisher's repository."
}

Lexicon Garden

@