Update information about a GitHub Enterprise Server Pages site
Updates information for a GitHub Enterprise Server Pages site. For more information, see "About GitHub Pages.
Path Parameters
Body
application/json
Body
Any Of
Response
Response
Response
Path Parameters
Body
Delete a GitHub Enterprise Server Pages site
Path Parameters
Response
Response
Response
Path Parameters
List GitHub Enterprise Server Pages builds
Query Parameters
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
Path Parameters
Response
200 application/json
Response
Response
Page Build
Show Child Parameters
Simple User
Show Child Parameters
Path Parameters
Query Parameters
Request a GitHub Enterprise Server Pages build
You can request that your site be built from the latest revision on the default branch. This has the same effect as pushing a commit to your default branch, but does not require an additional commit. Manually triggering page builds can be helpful when diagnosing build warnings and failures.
Build requests are limited to one concurrent build per repository and one concurrent build per requester. If you request a build while another is still in progress, the second request will be queued until the first completes.
Path Parameters
Response
201 application/json
Response
Response
Page Build Status
Page Build Status
Example:https://api.github.com/repos/github/hello-world/pages/builds/latest
Example:queued
Path Parameters
Get latest Pages build
Path Parameters
Response
200 application/json
Response
Response
Page Build
Page Build
Show Child Parameters
Simple User