-
Notifications
You must be signed in to change notification settings - Fork 66.9k
Missing field in Event API docs for DeleteEvent #3192
Copy link
Copy link
Closed
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamecosystemThis issue or pull request should be reviewed by the Docs Ecosystem teamThis issue or pull request should be reviewed by the Docs Ecosystem teamgood first issueGood for newcomersGood for newcomershelp wantedAnyone is welcome to open a pull request to fix this issueAnyone is welcome to open a pull request to fix this issue
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamecosystemThis issue or pull request should be reviewed by the Docs Ecosystem teamThis issue or pull request should be reviewed by the Docs Ecosystem teamgood first issueGood for newcomersGood for newcomershelp wantedAnyone is welcome to open a pull request to fix this issueAnyone is welcome to open a pull request to fix this issue
Type
Fields
Give feedbackNo fields configured for issues without a type.
What article on docs.github.com is affected?
https://docs.github.com/en/developers/webhooks-and-events/github-event-types#deleteevent
What part(s) of the article would you like to see updated?
The docs for
DeleteEventmention two fields,ref, andref_type. However, there is a third field which appears in API calls,pusher_type. It seemspusher_typeshould also appear in the docs. Thanks!Additional information
Example payload for
DeleteEvent, calling/events:{ "id": "14950205875", "type": "DeleteEvent", "payload": { "ref": "dependabot/npm_and_yarn/examples/electron-react/faker-5.2.0", "ref_type": "branch", "pusher_type": "user" }, }