Force re-materialization of a snapshot from the content-addressed store without refetching from the publisher's repository.
Input
Encoding
application/jsoncid
stringcid
Optional
Rebuild this record version; absent rebuilds 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": "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."
}