Create a commit status
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Owner of the repo
Name of the repo
Sha of the commit
Request Body
Section titled “ Request Body ”CreateStatusOption holds the information needed to create a new CommitStatus for a Commit
object
CommitStatusState holds the state of a CommitStatus It can be “pending”, “success”, “error”, “failure”, “warning”, or “skipped”
Example generated
{ "context": "example", "description": "example", "state": "example", "target_url": "example"}CreateStatusOption holds the information needed to create a new CommitStatus for a Commit
object
CommitStatusState holds the state of a CommitStatus It can be “pending”, “success”, “error”, “failure”, “warning”, or “skipped”
Responses
Section titled “ Responses ”CommitStatus
CommitStatus holds a single status of a single Commit
object
User represents a user
object
Is user active
URL to the user’s avatar
The user’s description
User counts
The user’s full name
URL to the user’s profile page
The user’s id
Is the user an administrator
User locale
The user’s location
The user’s username
The user’s authentication sign-in name.
Is user login prohibited
The user’s pronouns
Is user restricted
The ID of the user’s Authentication Source
User visibility level option: public, limited, private
The user’s website
CommitStatusState holds the state of a CommitStatus It can be “pending”, “success”, “error”, “failure”, “warning”, or “skipped”
Example
{ "creator": { "login_name": "empty" }}APIError is error format response
APIError is an api error with a message
object
Example generated
{ "message": "example", "url": "example"}APINotFound is a not found error response
object
Example generated
{ "errors": [ "example" ], "message": "example", "url": "example"}