ai/at
ai/at
1
0
at/lexicons/com/atproto/repo/importRepo.json

14 lines
306 B
JSON
Raw Normal View History

2024-10-18 13:49:50 +00:00
{
"lexicon": 1,
"id": "com.atproto.repo.importRepo",
"defs": {
"main": {
"type": "procedure",
"description": "Import a repo in the form of a CAR file. Requires Content-Length HTTP header to be set.",
"input": {
"encoding": "application/vnd.ipld.car"
}
}
}
}