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