You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current link to "Signature verification object" uses a # anchor that doesn't exist any more. This PR updates the link to point to the primary section that discusses "Signature verification object."
Copy file name to clipboardExpand all lines: content/developers/webhooks-and-events/issue-event-types.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ Name | Type | Description
163
163
`tree` | `object` | The Git tree of the commit.
164
164
`message` | `string` | The commit message.
165
165
`parents` | `array of objects` | A list of parent commits.
166
-
`verfication` | `object` | The result of verifying the commit's signature. For more information, see "[Signature verification object](/rest/reference/git#signature-verification-object)."
166
+
`verfication` | `object` | The result of verifying the commit's signature. For more information, see "[Signature verification object](/rest/reference/git#get-a-commit)."
167
167
`event` | `string` | The event value is `"committed"`.
0 commit comments