Add images to collections
POST {{baseUrl}}/v2/images/collections/:id/items
This endpoint adds one or more images to a collection by image IDs.
Request Body
{"items"=>[{"id"=>"<string>", "added_time"=>"<dateTime>", "media_type"=>"<string>"}, {"id"=>"<string>", "added_time"=>"<dateTime>", "media_type"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
""