Package | Description |
---|---|
com.atlassian.bitbucket.comment |
Modifier and Type | Method and Description |
---|---|
CommentUpdateRequest |
CommentUpdateRequest.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Comment |
CommentService.updateComment(CommentUpdateRequest request)
Updates a
comment according to the provided request , with the
following restrictions:
only the author of the comment may update the text of the comment
only the author of the comment, the author of the pull request (in the case of comments on pull requests)
or repository admins and above may update the other fields of a comment
|
Copyright © 2024 Atlassian. All rights reserved.