Record
update-webhook-params
No description available.
record update-webhook-params {
owner: string,
repo: string,
hook-id: string,
active: option<bool>,
add-events: option<list<string>>,
config: option<update-webhook-body-config>,
events: option<list<string>>,
remove-events: option<list<string>>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| hook-id | string | |
| active | option<bool> | |
| add-events | option<list<string>> | |
| config | option<update-webhook-body-config> | |
| events | option<list<string>> | |
| remove-events | option<list<string>> |