PUT /shared/playlists/{token}/comments/{comment_id}

Update the text / checklist / task status of a comment previously posted by the same guest.

PUT /shared/playlists/{token}/comments/{comment_id}
curl \
 --request PUT 'http://api.example.com/shared/playlists/{token}/comments/{comment_id}' \
 --header "Authorization: $API_KEY"