Rebuild a snapshot from stored content, without refetching from the publisher's repository.
Input
Encoding
application/jsoncid
stringcid
Optional
The record version to rebuild. Defaults to the active one.
domain
string
Required
The hostname.
maxLength: 253 bytesOutput
Encoding
application/jsonjobId
string
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
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."
}