Skip to main content
PUT
Update Artist
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

artist/ Description: The /artist/{id} endpoint allows updating the details of a specific artist identified by their unique ID. Authorization:
  • Required role: admin or higher
Method: PUT Path Parameter: Request Payload: Note: This endpoint supports both application/json and multipart/form-data. Use multipart/form-data when uploading an artist image file.

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Artist ID

Body

artistName
string
signDate
string<date>
label
string
publisher
string
externalId
string
contributors
object
split
object
users
string<uuid>[]

Response

Success

message
string
artist
object