Github API - Test Config

hook-delivery [object]

Delivery made by a webhook.

Attributes
action string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The type of activity for the event that triggered the delivery.

delivered_at string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

Time when the delivery was delivered.

duration number

number [scalar]

The OpenAPI number type

API:
Github Open API
(version: 1.1.4)

Time spent delivering.

event string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The event that triggered the delivery.

guid string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

Unique identifier for the event (shared with all deliveries for all webhooks that subscribe to this event).

id integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

Unique identifier of the delivery.

installation_id integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

The id of the GitHub App installation associated with this event.

redelivery boolean

boolean [scalar]

The OpenAPI boolean type

API:
Github Open API
(version: 1.1.4)

Whether the delivery is a redelivery.

repository_id integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

The id of the repository associated with this event.

request 2008

2008 [object]

Attributes
headers 2009

The request headers sent with the webhook delivery.

payload 2010

The webhook payload.

API:
Github Open API
(version: 1.1.4)

response 2011

2011 [object]

Attributes
headers 2012

The response headers received when the delivery was made.

payload string

The response payload received.

API:
Github Open API
(version: 1.1.4)

status string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

Description of the status of the attempted delivery

status_code integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

Status code received when delivery was made.

url string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The URL target of the delivery.

API:
Github Open API
(version: 1.1.4)