GitHub v3 REST API

Basic Error

object

Basic Error

messagestring
documentation_urlstring
urlstring
statusstring
Example

Validation Error Simple

object

Validation Error Simple

messagestringrequired
documentation_urlstringrequired
errorsarray[string]
Example

webhook-config-url

string

The URL to which the payloads will be delivered.

Example

webhook-config-content-type

string

The media type used to serialize the payloads. Supported values include json and form. The default is form.

Example

webhook-config-secret

string

If provided, the secret will be used as the key to generate the HMAC hex digest value for delivery signature headers.

Example