v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBUpdate Goal Comment
Updates the text of an existing goal comment. The comment must belong to the specified goal, and the goal must belong to the specified employee. Returns the updated comment object. If the user does not provide a comment ID, first call list-goal-comments and select a single editable comment (canEdit is true) matching the user's description. If multiple comments match or none are editable, do not update; ask for clarification.
OAuth Scopes: goal.write
Path parameters
The internal employee ID of the employee the goal is associated with.
goalId is the goal ID for the specified employee.
commentId is the comment ID for the specified goal.
Request body
Response
A successful response indicates that all the requested changes were made. The content of the response will be the goal comment response object for the specified commentId.
Example response
{
"createdAt": "2025-04-10T15:36:38Z"
}