v1

latestOpenAPI 3.0.02026-07-148061.0 KB
Task

Add comment on a task

Adds a comment to a VTEX DO task, filtering by task ID.

Permissions

This endpoint does not require License Manager resources.

post/tasks/{taskId}/comments

Path parameters

taskIdstring required
Example:123456abc

Task ID.

Headers

Content-Typestring required
Example:application/json

Type of the content being sent.

Acceptstring required
Example:application/json

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.

Request body

textstring required

Text you wish to add to the task.

Example request

{
  "text": "write your comment here"
}

Response

OK

{"stackTrail":"paths:/tasks/{taskId}/comments:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}