v1
latestOpenAPI 3.1.02026-08-066984441.1 MBtaskComments
Creates a new comment on the task with the specified id.
Creates a new comment on the task with the specified id. A user can only create a comment for him/herself, except for admins and api users.
<Check title="Required Permissions" icon="key">To create a comment the user must have at least `read` permissions on the specified task.</Check>
post/tasks/{taskId}/comments
Path parameters
taskIdstring uuid required
The id of the task to create the comment for.
Headers
Authorizationstring required
Bearer authentication
Request body
Response
OK