update_pull_request_review_comment
Edit the body of an inline pull request review comment using a concurrency check on the expected updatedAt timestamp to prevent overwriting concurrent changes.
Instructions
Edit an inline review comment body with an expected updatedAt concurrency check. The body is sent through stdin and is not audited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| account | Yes | ||
| hostname | No | ||
| repository | Yes | Repository in owner/name format | |
| reviewCommentId | Yes | ||
| expectedUpdatedAt | Yes | ||
| pullRequestNumber | Yes |