Collections
Update Collections
Given an Asset ID, update the collections associated with the id. Then collection_ids are now the only collections the asset belongs to.
PUT
/
collections
/
all
/
assets
Body
application/json
asset_id
string
requiredThe id of the asset to update
collection_ids
string[]
requiredThe collection ids to add asset to (every other collection should remove asset)
Response
200 - application/json
The response is of type any
.