Update asset
documentedUpdate asset metadata (passthrough/meta).
PATCH /video/v1/assets/{ASSET_ID}Video APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.mux.com/video/v1/assets/{{$asset_id}}" \
-X PATCH \
-u "{{$MUX_TOKEN_ID}}:{{$MUX_TOKEN_SECRET}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"passthrough": "{{$passthrough}}", "meta": {"title": "{{$title}}", "creator_id": "{{$creator_id}}", "external_id": "{{$external_id}}"} }'