blobs

Store data in blob storage

post/v1/blob/{key}

Path parameters

keystring required

Key that uniquely identifies this blob

Request body

string binary required

Binary input data

Response

Default Response

'ok' required

Changes

Changed in 4 of the 46 revisions of this API.24

    • the response property message became optional for the status 400

      response-property-became-optional

    • api operation id blobsStore removed and replaced with v1blobsStore

      api-operation-id-removed

    • removed the Bad Request enum value from the error response property for the response status 400

      response-property-enum-value-removed

    • request body became required

      request-body-became-required

    • added the media type application/json for the response with the status 201

      response-media-type-added

    • added the non-success response with the status 400

      response-non-success-status-added