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

> Update an asset

<RequestExample>
  ```json Request
  {
      "description": "string",
      "rating": 0,
      "category": "string",
      "tags": [
      "string"
      ],
      "path": "string"
  }
  ```
</RequestExample>
