PUT
/
blobs
/
{id}
Upload a blob
curl --request PUT \
  --url https://{FUSION HOST}/api/blobs/{id} \
  --header 'Content-Type: */*' \
  --data '{}'

Headers

If-Match
string
default:"0"

An optional tag to match against the specified blob.

Content-Type
string
default:application/octet-stream

The media type of the blob body.

fusion-blob-type
string

The blob sub-type.

Path Parameters

id
string
required

The blob ID.

Query Parameters

commit
boolean
default:true

true to commit to Solr's Blob store.

update
string
default:both

Whether to update the data, metadata, or both.

Body

*/* · object

The blob to store.

The body is of type object.