cURL
curl --request PUT \ --url https://api-{region}.sesametime.com/discussion/v1/comments/{commentId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "comment": "new comment" } '
This response has no body data.
Update a comment by id
API token obtained from Sesame HR Dashboard > Settings > Integrations > API
Comment ID
Comment object that needs to be updated
"new comment"
Suggestions