Update a transaction rule
Rules
Update a transaction rule
Update a transaction rule’s conditions, outcomes, or priority. At least one field must be provided.
PATCH
Update a transaction rule
Authorizations
Finta API key from the dashboard (Bearer token).
Path Parameters
Transaction rule UUID
Body
application/json
Conditions match transactions on Account, Summary, OriginalDescription, MerchantName, Amount, or transactionDay. Each condition is an object describing a field and how to match it.
Minimum array length:
1Outcomes applied to matching transactions. Set Category ({ action: 'updateTransaction', field: 'Category', value: { id, value } }) or MerchantName, or hide the transaction ({ action: 'hideTransaction', value: true }).
Minimum array length:
1Required range:
1 <= x <= 100