From 0db4bf714d6ff3d400d0ff6e2d2b197adcd9dfaf Mon Sep 17 00:00:00 2001 From: Taylor Hakes Date: Tue, 15 Aug 2023 00:14:12 -0700 Subject: [PATCH] Add dismissed to Reviewed event state (#27446) --- content/webhooks-and-events/events/issue-event-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.