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