Updates a background track in a organization
cURL
curl --request PUT \ --url https://api.beyondwords.io/v1/background_tracks/{id} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "project": { "id": 1 }, "name": "Test track 1", "media": { "url": "https://example.com/transcoded.mp3" } }'
{ "id": 1, "name": "Test track 1", "volume": 100, "created": "2023-01-01 00:00:00 UTC", "updated": "2023-01-01 00:00:05 UTC" }
The numeric ID of your background track
Show child attributes
successful
Unique identifier for the object
The background track name
Percent volume of the track
Time at which the object was created (ISO 8601)
Time at which the object was updated (ISO 8601)
Was this page helpful?