Record
update-webhook-config-for-repo-params
No description available.
record update-webhook-config-for-repo-params {
owner: string,
repo: string,
hook-id: string,
content-type: option<webhook-config-content-type>,
insecure-ssl: option<webhook-config-insecure-ssl>,
secret: option<webhook-config-secret>,
url: option<webhook-config-url>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| hook-id | string | |
| content-type | option<webhook-config-content-type> | |
| insecure-ssl | option<webhook-config-insecure-ssl> | |
| secret | option<webhook-config-secret> | |
| url | option<webhook-config-url> |