OPENAPI / COMPONENTS / SCHEMAS

Webhook 投递

WebhookDelivery

Webhook 投递状态与受限诊断信息。

object14字段
idstring必填

投递 ID。

webhookIdstring必填

Webhook ID.

eventIdstring必填

事件 ID。

eventTypestring必填

当前固定为 issue.created。

payloadobject必填

投递负载;可能包含私有缺陷标识。

statusstring必填

投递状态。

attemptinteger必填

已尝试次数。

nextAttemptAtstring必填

下次尝试时间。

responseStatusinteger

目标服务器状态码。

responseBodystring

受限响应摘要。

lastErrorstring

最后一次错误摘要。

deliveredAtstring

成功投递时间。

createdAtstring必填

创建时间。

updatedAtstring必填

最后更新时间。