diff --git a/content/webhooks-and-events/events/issue-event-types.md b/content/webhooks-and-events/events/issue-event-types.md index aa94c3e422..ef2b083767 100644 --- a/content/webhooks-and-events/events/issue-event-types.md +++ b/content/webhooks-and-events/events/issue-event-types.md @@ -780,7 +780,7 @@ Name | Type | Description `body` | `string` | The review summary text. `commit_id` | `string` | The SHA of the latest commit in the pull request at the time of the review. `submitted_at` | `string` | The timestamp indicating when the review was submitted. -`state` | `string` | The state of the submitted review. Can be one of: `commented`, `changes_requested`, or `approved`. +`state` | `string` | The state of the submitted review. Can be one of: `commented`, `changes_requested`, `approved` or `dismissed`. `html_url` | `string` | The HTML URL of the review. `pull_request_url` | `string` | The REST API URL to retrieve the pull request. `author_association` | `string` | The permissions the user has in the issue's repository. For example, the value would be `"OWNER"` if the owner of repository created a comment.