Updates the notes associated with a specific client
cURL
curl --request PUT \ --url http://localhost:3000/api/artist-clients/update-notes/{id} \ --header 'Content-Type: application/json' \ --data ' { "notes": "<string>" } '
{ "success": true }
The ID of the client to update
Updated notes for the client
Notes updated successfully
Whether the operation was successful