v1
latestOpenAPI 3.1.02026-08-066984441.1 MBtaskComments
Updates the comment with the specified id on the task with the specified id.
<Check title="Required Permissions" icon="key">To update a comment the user must either have at least read permissions on the specified task, be the creator of the comment or be admin.</Check>
put/tasks/{taskId}/comments/{commentId}
Path parameters
taskIdstring uuid required
The id of the task.
commentIdstring uuid required
The id of the comment.
Headers
Authorizationstring required
Bearer authentication
Request body
Response
OK