Collection Assets
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
ID of the collection to fetch assets
Responses
200
OK
application/json
403
Unauthorized
application/json
404
Collection not found
application/json
get
/collections/{id}/assetsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
ID of the collection to add assets
Body
Responses
201
Assets added to collection successfully
application/json
403
Unauthorized
application/json
404
Collection not found
application/json
422
Unprocessable Entity
application/json
post
/collections/{id}/assetsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
ID of the collection to remove assets
Body
removestring · uuid[]Required
Array of assets to remove
Responses
200
Assets removed from collection successfully
application/json
403
Unauthorized
application/json
404
Collection not found
application/json
422
Unprocessable Entity
application/json
delete
/collections/{id}/assetsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
ID of the collection to update assets
Body
Responses
200
Assets updated in collection successfully
application/json
403
Unauthorized
application/json
404
Collection not found
application/json
422
Unprocessable Entity
application/json
patch
/collections/{id}/assetsLast updated