webhooks
Update existing webhook.
Update an existing webhook's information. If you wish to reset the secret, submit any value as the "secret". Firefly III will take this as a hint and reset the secret of the webhook.
put/v1/webhooks/{id}
Path parameters
idstring required
Example:123
The webhook ID.
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Request body
Example request
{
"title": "Update magic mirror on new transaction",
"secret": "iMLZLtLx2JHWhK9Dtyuoqyir",
"triggers": [
"STORE_TRANSACTION",
"UPDATE_TRANSACTION"
],
"responses": [
"TRANSACTIONS"
],
"deliveries": [
"JSON"
],
"url": "https://example.com"
}Response
Updated webhook stored, result in response
Changes
No recorded changes to this endpoint across all 1 revision of this API.