blob: 3382b975408274dc9c63b839fb8a720b93be9641 [file] [log] [blame]
{
"documentation": "https://lucene.apache.org/solr/guide/blob-store-api.html",
"description": "Uploads a blob to the blob store. Note that the blob store is a specially named collection (which must be '.system') which must be created before uploading a blob to it.",
"methods": [
"POST"
],
"url": {
"paths": [
"/blob/{name}"
]
}
}