public interface CommentApi
| Modifier and Type | Interface and Description |
|---|---|
static class |
CommentApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
| Modifier and Type | Method and Description |
|---|---|
CommentInfo |
delete(DeleteCommentInput input)
Deletes a published comment of a revision.
|
CommentInfo |
get() |
CommentInfo get() throws RestApiException
RestApiExceptionCommentInfo delete(DeleteCommentInput input) throws RestApiException
Note instead of deleting the whole comment, this endpoint just replaces the comment's message.
RestApiException