A wiki page is created or updated. For more information, see the "About wikis" in the GitHub Help documentation.
The event object includes properties that are common for all events. Each event object includes a payload property and the value is unique to each event type. The payload object for this event is described below.
payload object| Key | Type | Description |
|---|---|---|
pages |
array |
The pages that were updated. |
pages[][page_name] |
string |
The name of the page. |
pages[][title] |
string |
The current page title. |
pages[][action] |
string |
The action that was performed on the page. Can be created or edited. |
pages[][sha] |
string |
The latest commit SHA of the page. |
pages[][html_url] |
string |
Points to the HTML wiki page. |