Adding to a collection
Adding an image to a previously created collection.
POST /api/collections/{collection-uid}?format=json
Body | |||||||||
json |
JSON
| ||||||||
collection-uidoptional | uid | Unique collection identifier | |||||||
imageoptional | string | Image in Base64 format |
Response | |||||||||
200 | Returns a JSON object with the identifier of the created image | ||||||||
JSON
| |||||||||
404 | Collection with such UID not found |