ASI/binobjects/:binobject_id
GET ^top
Get the binary object data only.
Returns
- 200 - Returns binary object data only.
- 403 - User has no access to binary object.
- 404 - Binary object not found.
PUT ^top
Updates a binary object. All parameters are optional. Only the binary object owner can update. If the orig_name and content_type are supplied automatically by the client they will be used, but you can override these by specifying them explicitly.
Parameters
- binobject
- orig_name
The original filename (if any) of the binary object.
- name
Name of the binary object. If this is not specified and a orig_name if available, name will defaul to orig_name.
- data
Binary object data payload.
- content_type
Binary object's content type.
Returns
- 200 - Returns binary object metadata in json's 'entry' field.
DELETE ^top
Deletes this binary object.
Returns
- 200