Github API - Test Config

POST /repos/{owner}/{repo}/statuses/{sha}
repos

Users with push access in a repository can create commit statuses for a given SHA.

Note: there is a limit of 1000 statuses per sha and context within a repository. Attempts to create more than 1000 statuses will result in a validation error.
Create a commit 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)

sha string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

Returns
201 application/json status

status [object]

The status of a commit.

Attributes
avatar_url string

context string

created_at string

description string

id integer

node_id string

state string

target_url string

updated_at string

url string

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