Update a track license
update_track_licenseReplace the file or metadata of an existing track license using its ID and a local file path. Optionally update license reference, provider, and original track link.
Instructions
Replace the file and/or metadata of an existing track license. track_license_id is the id of the license (from list_track_licenses); file_path is the license file to submit. Optionally update license_id, license_provider, license_provider_name, and original_track_link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_id | Yes | The track id. | |
| file_path | Yes | Local path to the file to upload. | |
| license_id | No | The license/clearance reference number, if any. | |
| license_provider | No | Where the license came from. | |
| track_license_id | Yes | The track license id to update. | |
| original_track_link | No | URL to the original/source track. | |
| license_provider_name | No | The name of the license provider. |