PUT
/
blobs
/
{id}

Headers

If-Match
string
default:"0"

An entity tag to match against the specified blob

Content-Type
string
default:application/octet-stream

The media type of the entity body

fusion-blob-type
string

The blob sub-type of the entity

Path Parameters

id
string
required

The blob ID

Query Parameters

commit
boolean
default:true

Whether to commit to Solr Blob store or not

update
string
default:both

update the data, metadata, or both (default)

Body

*/* · object

The blob to store

The body is of type object.

Response

default

successful operation