Path Parameters
Example:
"my-artist-id"
Body
application/json
The request to update an artist.
The name of the artist.
Example:
"My Artist"
Optional URL of the artist's image. This will appear as artist art.
Example:
"https://placehold.co/1000x1000"
The client reference for the artist
Example:
"1234567890"
Response
Artist updated successfully
Whether the request was successful
Example:
true
Message from the API
Example:
"Artist updated"
The response from the Artist PATCH request.
Example:
{
"orgId": "example",
"createdAt": { "seconds": 3, "nanoseconds": 3 },
"updatedAt": { "seconds": 3, "nanoseconds": 3 },
"artistId": "example",
"name": "example",
"imageAssetId": null,
"externalIds": {
"appleMusic": null,
"spotify": null,
"youtube": null
},
"clientRef": null
}