Github API - Test Config

POST /repos/{owner}/{repo}/pages/deployment
repos

Create a GitHub Pages deployment for a repository.

Users must have write permissions. GitHub Apps must have the pages:write permission to use this endpoint.
Create a GitHub Pages deployment

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json page-deployment

page-deployment [object]

The GitHub Pages deployment status.

Attributes
page_url string

The URI to the deployed GitHub Pages.

preview_url string

The URI to the deployed GitHub Pages preview.

status_url string

The URI to monitor GitHub Pages deployment status.

API:
Github Open API
(version: 1.1.4)
400 bad_request

bad_request [scalar]

Bad Request

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
422 validation_failed

validation_failed [scalar]

Validation failed, or the endpoint has been spammed.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)