Skip to main content
PUT
Update a track (release asset)
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Release ID

trackId
string<uuid>
required

Track ID

Body

application/json
title
string
required
Example:

"Hit Single"

displayArtist
string
required
Example:

"Artist Name"

version
string | null
Example:

"Radio Edit"

isrc
string | null
Example:

"USABC1234567"

iswc
string | null
Example:

"T-123456789-0"

duration
number<int> | null
Example:

213

lyrics
string | null
language
string
default:en
Example:

"en"

artists
object

Response

Track updated successfully

success
boolean
Example:

true

data
object
message
string
Example:

"Track updated successfully"