Wasm Directoryalpha
Record

list-webhook-deliveries-params

No description available.

record list-webhook-deliveries-params {
  org: string,
  hook-id: string,
  per-page: option​<s32>,
  cursor: option​<string>,
  redelivery: option​<bool>,
}

Fields

NameTypeDescription
orgstring
hook-idstring
per-pageoption​<s32>
cursoroption​<string>
redeliveryoption​<bool>