Update Asset

OpenAPI spec

Example

curl -i --request PATCH \
  --url https://environment.monterosa.cloud/api/v2/assets/00b76e4e-8818-4ae6-91fc-a484c1a6840f \
  --header 'Authorization: Bearer rJURvA6XuuHxG5RHauqR1yy64JQcTfGu' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '{
    "data": {
      "type": "assets",
      "id": "00b76e4e-8818-4ae6-91fc-a484c1a6840f",
      "attributes": {
        "name": "New Name"
      }
    }
  }'