taskComments
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
Changes
Changed in 1 of the 5 revisions of this API.11
- ▲
the
messagerequest property's minLength was increased from0to1request-property-min-length-increased
- ●
the
messagerequest property's maxLength was set to65000request-property-max-length-set
- ▲