> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shade.inc/llms.txt
> Use this file to discover all available pages before exploring further.

# 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.

<RequestExample>
  ```json Request
  {
      "asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
      "collection_ids": [
      "497f6eca-6276-4993-bfeb-53cbbbba6f08"
      ]
  }
  ```
</RequestExample>
