Modify the casting of given asset.

PUT /data/assets/{asset_id}/casting

Path parameters

  • asset_id Required
application/json

Body Required

object object

Casting data to update

Responses

  • 200

    Modification of assets linked to given asset

PUT /data/assets/{asset_id}/casting
curl \
 --request PUT 'http://api.example.com/data/assets/a24a6ea4-ce75-4665-a070-57453082c25/casting' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json"
Request examples
{}