Files
bsky-social-app/lexicons/com/atproto/repo/importRepo.json
2026-08-13 12:26:12 -07:00

15 lines
347 B
JSON

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