Update tracks for a bundle.
parts_complete a boolean true
or false. If true, any tracks in the PENDING state will be queued for processing and no more media parts may be added to the tracks. Default is false.
If version specified, the track will only be updated if the current version matches this parameter value. If the version doesn't match, a 409 Conflict error will be returned. If version not specified, the track will always be updated.
curl --location --request PUT 'https://api.clarify.io//v1/bundles//tracks' \
--data-urlencode 'parts_complete='
{}