Github API - Test Config

POST /repos/{owner}/{repo}/deployments/{deployment_id}/statuses
repos

Users with push access can create deployment statuses for a given deployment.

GitHub Apps require read & write access to "Deployments" and read-only access to "Repo contents" (for private repos). OAuth Apps require the repo_deployment scope.
Create a deployment status

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)

key deployment-id

deployment-id [scalar]

deployment_id parameter

API:
Github Open API
(version: 1.1.4)

Returns
201 application/json deployment-status

deployment-status [object]

The status of a deployment.

Attributes
created_at string

deployment_url string

description string

A short description of the status.

environment string

The environment of the deployment that the status is for.

environment_url string

The URL for accessing your environment.

id integer

log_url string

The URL to associate with this status.

node_id string

performed_via_github_app nullable-integration

repository_url string

state string

The state of the status.

target_url string

Deprecated: the URL to associate with this status.

updated_at string

url string

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)