1.3 KiB
1.3 KiB
Webhook
Properties
Name | Type | Description | Notes |
---|---|---|---|
CreatedAt | time.Time | [optional] [default to null] | |
UpdatedAt | time.Time | [optional] [default to null] | |
Active | bool | Boolean to indicate if the webhook is active | [optional] [default to null] |
Title | string | A title for the webhook for easy recognition. | [default to null] |
Secret | string | A 24-character secret for the webhook. It's generated by Firefly III when saving a new webhook. If you submit a new secret through the PUT endpoint it will generate a new secret for the selected webhook, a new secret bearing no relation to whatever you just submitted. | [optional] [default to null] |
Trigger | *WebhookTrigger | [default to null] | |
Response | *WebhookResponse | [default to null] | |
Delivery | *WebhookDelivery | [default to null] | |
Url | string | The URL of the webhook. Has to start with `https`. | [default to null] |