put https://api.bamboohr.com/api/gateway.php//v1/performance/employees//goals//comments/
Update a goal comment.
Sample Request Url
https://api.bamboohr.com/api/gateway.php/samplecompany/v1/performance/employees/1234/goals/24/comments/26
Sample Request Body
{
"text": "You are improving."
}
Sample Response
{
"id": "26",
"authorUserId": 2292,
"createdAt": "2021-04-14T21:04:04Z",
"text": "You are improving.",
"canEdit": true,
"canDelete": true
}