1
0
bot/at/lexicons/com/atproto/repo/importRepo.json
syui 454de01881
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
add lexicons
2024-11-09 09:51:05 +09:00

14 lines
306 B
JSON

{
"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"
}
}
}
}