Record
update-webhook-body-config
No description available.
record update-webhook-body-config {
content-type: option<webhook-config-content-type>,
insecure-ssl: option<webhook-config-insecure-ssl>,
secret: option<webhook-config-secret>,
url: webhook-config-url,
}Fields
| Name | Type | Description |
|---|---|---|
| content-type | option<webhook-config-content-type> | |
| insecure-ssl | option<webhook-config-insecure-ssl> | |
| secret | option<webhook-config-secret> | |
| url | webhook-config-url |