PinherePinhere 缺陷协作 API
POST/webhooks/{webhookId}/deliveries/{deliveryId}/retry
重试投递
将指定投递恢复为 pending 并在后台重试。
Pinhere 项目、Origin、缺陷、私有截图、Webhook、PAT 与 Chrome 扩展 OAuth API;覆盖固定 PontxSpec 中全部 34 个 Endpoint。Hub 提供文档和本地 SDK/CLI,不代理任何请求。
请求
- operationId
retryWebhookDelivery- 服务器
https://pinhere-jasonhzqs-projects.vercel.app/api/v1- 认证
- pinherePat, websiteSession, extensionOAuth
请求参数
webhookId
pathstring必填
Webhook ID.
whk_example
deliveryId
pathstring必填
投递 ID。
whd_example
响应
202
objectapplication/json
投递已排队。
字段: data
404
ErrorResponseapplication/json
投递不存在。
字段: error
default
ErrorResponseapplication/json
标准错误响应。
字段: error
{
"data": {
"deliveryId": "whd_example"
}
}