Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | true | id of the review task |
| body | body | CommentDetailsData | false | The comment to be added |
Example responses
200 Response
{
"id": "string",
"creationTime": "string",
"type": "string",
"revision": "string",
"message": "string",
"userStatus": "string",
"files": [
{
"id": "string",
"name": "string",
"path": "string"
}
],
"user": {
"id": "string",
"name": "string",
"email": "string",
"avatarUrl": "string",
"mailValidated": true,
"githubValidated": true,
"googleValidated": true,
"mailNotificationsSettings": {
"messageAddedNotifsForOwner": true,
"messageAddedNotifs": true,
"reviewFinalizedForOwner": true,
"reviewerAddedForOwner": true,
"taskAssignedForReviewer": true
},
"locale": "string"
}
}