{ "operationId": "AddComment", "method": "POST", "path": "/tasks/{taskId}/comments", "summary": "VTex Add Comment on a Task", "requestExamples": [ { "contentType": "application/json", "example": { "text": "write your comment here" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": {} } ] }