Edit a comment
Edits a comment’s body and mentions. Author-only (even project:manage cannot rewrite another author’s words) — a non-author edit returns 403. Requires playbook-task:do on the project.
Authentication
AuthorizationBearer
WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.
Path parameters
projectId
threadId
commentId
Request
This endpoint expects an object.
body
mentionedUserIds
Response
The updated comment.
comment
A thread comment.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error