Record
url-shortener-settings
No description available.
record url-shortener-settings {
domain: string,
prefix: option<string>,
replace-blacklist-only: option<bool>,
send-webhooks: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| domain | string | |
| prefix | option<string> | |
| replace-blacklist-only | option<bool> | |
| send-webhooks | option<bool> |