Assets
Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Body
filestring · binaryRequired
Responses
201
Image asset uploaded
application/json
400
Missing file, unsupported declared MIME type, invalid image bytes, or virus scan failure
application/json
413
Image upload file exceeds the configured size limit
application/json
post/assets/images
Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
Responses
200
Image asset bytes
string · binaryOptional
400
Invalid path param
application/json
404
Image asset not found
application/json
get/assets/images/{id}
Last updated