Get a comment
|
GET api/2.0/project/comment/{commentid}
|
Returns the information about a comment with the ID specified in the request.
|
Get a comment preview
|
POST api/2.0/project/comment/preview
|
Returns a preview of a project comment with the ID specified in the request.
|
Remove a comment
|
DELETE api/2.0/project/comment/{commentid}
|
Removes a comment with the ID specified in the request.
|
Update a comment
|
PUT api/2.0/project/comment/{commentid}
|
Updates the seleted comment using the comment text specified in the request.
|