curl --request PATCH \
--url https://api.example.com/api/reference-tracks/{track_id} \
--header 'Content-Type: application/json' \
--data '
{
"arrangement_markers": [
{
"label": "<string>",
"time_seconds": 1,
"description": ""
}
],
"artist": "<string>",
"bpm": 500,
"energy_level": 5,
"key": "<string>",
"mix_notes": "<string>",
"notes": "<string>",
"tags": [
"<string>"
],
"title": "<string>",
"url": "<string>"
}
'{
"artist": "<string>",
"created_at": "<string>",
"id": "<string>",
"title": "<string>",
"updated_at": "<string>",
"arrangement_markers": [],
"bpm": 123,
"energy_level": 123,
"key": "<string>",
"mix_notes": "<string>",
"notes": "<string>",
"tags": [],
"url": "<string>"
}curl --request PATCH \
--url https://api.example.com/api/reference-tracks/{track_id} \
--header 'Content-Type: application/json' \
--data '
{
"arrangement_markers": [
{
"label": "<string>",
"time_seconds": 1,
"description": ""
}
],
"artist": "<string>",
"bpm": 500,
"energy_level": 5,
"key": "<string>",
"mix_notes": "<string>",
"notes": "<string>",
"tags": [
"<string>"
],
"title": "<string>",
"url": "<string>"
}
'{
"artist": "<string>",
"created_at": "<string>",
"id": "<string>",
"title": "<string>",
"updated_at": "<string>",
"arrangement_markers": [],
"bpm": 123,
"energy_level": 123,
"key": "<string>",
"mix_notes": "<string>",
"notes": "<string>",
"tags": [],
"url": "<string>"
}Partial update for a reference track.
Show child attributes
1 <= x <= 9991 <= x <= 10Successful Response
Single reference track.
Show child attributes