Update Collection
PUT /collections/:id
Endpoint URL
https://thetrident.one/api/collections/:id
Authorization
Mixin authentication token for GET https://api.mixin.one/me.
Visit mixin developers doc for more details.
Payload
{
  "description": "This is an awesome collection",
  "external_url": "https://thetrident.one",
  "icon_url": "https://image.thetrident.one/collection_icon.png"
}