Record
update-webhooks-by-id-webhook-params
No description available.
record update-webhooks-by-id-webhook-params {
id-webhook: string,
token: string,
active: option<string>,
callback-url: option<string>,
description: option<string>,
id-model: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| id-webhook | string | |
| token | string | |
| active | option<string> | |
| callback-url | option<string> | |
| description | option<string> | |
| id-model | option<string> |