v2
Swagger 2.02026-08-01331211921.0 KBIssue tracker
Update a comment on an issue
Updates the content of the specified issue comment. Note that only the content.raw field can be modified.
$ curl https://api.bitbucket.org/2.0/repositories/atlassian/prlinks/issues/42/comments/5728901 \
-X PUT -u evzijst \
-H 'Content-Type: application/json' \
-d '{"content": {"raw": "Lorem ipsum."}'
put/repositories/{workspace}/{repo_slug}/issues/{issue_id}/comments/{comment_id}
Request body
Response
The updated issue comment.