Record
list-webhook-deliveries-params
No description available.
record list-webhook-deliveries-params {
owner: string,
repo: string,
hook-id: string,
per-page: option<s32>,
cursor: option<string>,
redelivery: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| hook-id | string | |
| per-page | option<s32> | |
| cursor | option<string> | |
| redelivery | option<bool> |