Collection Assets

APIs related to Collection Assets

Get assets of a collection

get

Get list of assets associated with a collection

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

ID of the collection to fetch assets

Responses
chevron-right
200

OK

application/json
get
/collections/{id}/assets

Add assets to the collection

post

Add assets to a collection

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

ID of the collection to add assets

Body
Responses
post
/collections/{id}/assets

Remove assets from the collection

delete

Remove assets from a collection

Authorizations
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
chevron-right
200

Assets removed from collection successfully

application/json
delete
/collections/{id}/assets

Update assets in the collection

patch

Update asset order in a collection

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

ID of the collection to update assets

Body
Responses
chevron-right
200

Assets updated in collection successfully

application/json
patch
/collections/{id}/assets

Last updated