- Notifications
You must be signed in to change notification settings - Fork1.1k
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The actual payload JSON contains an `after` entry but no `head` entry, so I assume this should be `after` in the description.
Thanks for submitting a pull request,@rco-ableton. That's actually expected behavior -- please see the note at the top of that section: https://developer.github.com/v3/activity/events/types/#pushevent "The Events API PushEvent payload is described in the table below. The example payload below that is from a webhook delivery and will differ from the Events API PushEvent payload." The payloads for the push event send via webhooks does not match the payload for the PushEvent made available via the Events API, and that's expected behavior. You'll notice that API responses which include a PushEvent have a |
Oh my, that's a good Monday morning reading comprehension failure! Sorry for the noise! |
The actual payload JSON contains an
after
entry but nohead
entry, so I assume this should beafter
in the description.