Closed
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
When API URL for events is visited or the following command is run:
$ curl -X GET https://api.github.com/events
All the returned event objects contain public
, created_at
. Also some event objects have org
property if an actor chose an organization to perform action that triggers the event. These properties are presented in the event object examples but there is no information about them in the list of the common properties.
Additional information
No response