OPENAPI / COMPONENTS / SCHEMAS
Webhook 投递
WebhookDeliveryWebhook 投递状态与受限诊断信息。
object14字段
idstring必填投递 ID。
webhookIdstring必填Webhook ID.
eventIdstring必填事件 ID。
eventTypestring必填当前固定为 issue.created。
payloadobject必填投递负载;可能包含私有缺陷标识。
statusstring必填投递状态。
attemptinteger必填已尝试次数。
nextAttemptAtstring必填下次尝试时间。
responseStatusinteger目标服务器状态码。
responseBodystring受限响应摘要。
lastErrorstring最后一次错误摘要。
deliveredAtstring成功投递时间。
createdAtstring必填创建时间。
updatedAtstring必填最后更新时间。