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