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