atproto blogging
at main 13 lines 305 B view raw
1{ 2 "lexicon": 1, 3 "id": "com.atproto.repo.importRepo", 4 "defs": { 5 "main": { 6 "type": "procedure", 7 "description": "Import a repo in the form of a CAR file. Requires Content-Length HTTP header to be set.", 8 "input": { 9 "encoding": "application/vnd.ipld.car" 10 } 11 } 12 } 13}