Patch an Asset
Security
bearerToken
The unique ID of the Asset
The ID of the current AssetFile
Example:"e2b03444-8c5d-44ed-bd9f-7eee882bdf81"
- Productionhttps://api-v2.dash.app/assets/{id}
- Staginghttps://api-v2.dashstaging.app/assets/{id}
curl -i -X PATCH \
'https://api-v2.dash.app/assets/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"currentAssetFileId": "e2b03444-8c5d-44ed-bd9f-7eee882bdf81"
}'