Imports a hidden repository from a CAR file. Requires auth. Each block in the CAR file should be a CBOR-encoded record entry containing the collection, record key, strategy, and record value. Records are upserted — existing records with the same collection and rkey will be overwritten.
Input
application/vnd.ipld.carAccepts raw binary data
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"encoding": "application/vnd.ipld.car"
},
"description": "Imports a hidden repository from a CAR file. Requires auth.\nEach block in the CAR file should be a CBOR-encoded record entry containing the collection, record key, strategy, and record value.\nRecords are upserted — existing records with the same collection and rkey will be overwritten."
}