Blobs
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
filenamestringOptional
The name of the file.
temporarybooleanOptional
When uploading temporary files, set the parameter to true.
Responses
202
Accepted
4XX
Error
post
/blobs/uploadsNo content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequiredExample:
The universally unique identifier (UUID).
52e51422-573d-4fc9-b5c6-4a30058f5d71Header parameters
PortSIP-Upload-TokenstringRequired
The upload token of file upload.
Body
string · binaryOptional
Responses
203
Accepted
4XX
Error
post
/blobs/uploads/{id}/appendNo content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequiredExample:
The universally unique identifier (UUID).
52e51422-573d-4fc9-b5c6-4a30058f5d71Query parameters
digeststringOptionalExample:
The Content Digests. A digest is a serialized hash result, consisting of a algorithm and hex portion. Only sha256 based digest accepted.
84d89877f0d4041efb6bf91a16f0248f2fd573e6af05c19f96bedb9f882f7882Header parameters
PortSIP-Upload-TokenstringRequired
The upload token of file upload.
Body
string · binaryOptional
Responses
201
Created
application/json
4XX
Error
post
/blobs/uploads/{id}/completeAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequiredExample:
The universally unique identifier (UUID).
52e51422-573d-4fc9-b5c6-4a30058f5d71Responses
204
No Content
4XX
Error
get
/blobs/uploads/{id}/statusNo content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequiredExample:
The universally unique identifier (UUID).
52e51422-573d-4fc9-b5c6-4a30058f5d71Responses
204
No Content
4XX
Error
post
/blobs/uploads/{id}/destroyNo content
Path parameters
digeststringRequiredExample:
The Content Digests. A digest is a serialized hash result, consisting of a algorithm and hex portion. Only sha256 based digest accepted.
84d89877f0d4041efb6bf91a16f0248f2fd573e6af05c19f96bedb9f882f7882Responses
200
OK
application/octet-stream
Responsestring · binary
4XX
Error
get
/blobs/{digest}Last updated