patch https://{app}.{filespin}.{io}/api/v1/assetcollection/
Update existing Asset Collection for name, assets and privacy.
Note on Basket: Basket is a special collection whose name , description and group_access cannot be updated. It is the default collection returned for API requests if Collection ID is not passed as URL parameter
Note:
- Only Collection creator can change Collection
name
,description
andgroup_access
. Attempts by other other users to update these fields will be ignored. - If the collection has
group_access
set to true, other users in group can add or remove assets in collection
HTTP RESPONSE
The updated collection is returned.
Note that extended_result
will not be returned in the response.