Add an image to a collection
Adding an image to a previously created collection.
JSON
{
"image": "<base64>"
}
|
PUT /api/collections/{collection-uid}/?format=json |
Parameters
string image required , image in Base64 format.
|
200 |
|
Returns a JSON object with the identifier of the created image JSON
|
|
404 |
|
Collection with such UID not found |