Skip to main content
PUT
Update asset artists
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

Asset ID

Body

application/json
artists
string<uuid>[]

Response

Asset artists updated successfully

success
boolean
Example:

true

message
string
data
object