mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Can generate webhook messages for creating transactions.
This commit is contained in:
@@ -824,9 +824,9 @@ return [
|
||||
],
|
||||
'webhooks' => [
|
||||
'triggers' => [
|
||||
100 => 'TRIGGER_CREATE_TRANSACTION',
|
||||
100 => 'TRIGGER_STORE_TRANSACTION',
|
||||
110 => 'TRIGGER_UPDATE_TRANSACTION',
|
||||
120 => 'TRIGGER_DELETE_TRANSACTION',
|
||||
120 => 'TRIGGER_DESTROY_TRANSACTION',
|
||||
],
|
||||
'responses' => [
|
||||
200 => 'RESPONSE_TRANSACTIONS',
|
||||
|
Reference in New Issue
Block a user