space.highport.admin.rebuildSnapshot

lexicons.highport.space

Documentation

Rebuild a snapshot from stored content, without refetching from the publisher's repository.

main procedure

Rebuild a snapshot from stored content, without refetching from the publisher's repository.

Input

Encodingapplication/json
cid stringcid Optional

The record version to rebuild. Defaults to 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": "The record version to rebuild. Defaults to 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": "Rebuild a snapshot from stored content, without refetching from the publisher's repository."
}

Lexicon Garden

@