Update Goal Comment

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
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!