Skip to content

Update an asset

Request

Patch an Asset

Security
bearerToken
Path
idstringrequired

The unique ID of the Asset

Bodyapplication/jsonrequired
currentAssetFileIdstring or null

The ID of the current AssetFile

Example:"e2b03444-8c5d-44ed-bd9f-7eee882bdf81"
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"
  }'

Responses

Success

Response
No content