v2

latestOpenAPI 3.0.02026-08-013312111.4 MB
Issue 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

typestring required
idinteger
created_onstring date-time
updated_onstring date-time
deletedboolean

Response

The updated issue comment.

typestring required
idinteger
created_onstring date-time
updated_onstring date-time
deletedboolean