Closed
Description
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
Additional information
docs/content/developers/webhooks-and-events/webhook-events-and-payloads.md
Lines 446 to 448 in d516858
and
docs/content/developers/webhooks-and-events/webhook-events-and-payloads.md
Lines 470 to 472 in 20fa34e
Checking the description of installation
property, it denotes it could exist or not:
but due to the nature of the events, it should always have installation
property right?
Context:
@octokit/webhook-definition
is working to improve typing of installation property in Payloads so it becomes an optional property (when necessary)