v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29166197289.1 KB
transaction rules

Update transaction rule

Use this endpoint to update the attributes of a specific transaction rule based on its unique GUID. The API will respond with the updated transaction_rule object. Any attributes not provided will be left unchanged.

put/users/{user_guid}/transaction_rules/{transaction_rule_guid}

Path parameters

transaction_rule_guidstring required

The unique id for a transaction_rule.

user_guidstring required

The unique identifier for a user, beginning with the prefix USR-.

Request body

Example request

{
  "transaction_rule": {
    "category_guid": "CAT-b1de2a04-db08-b6ed-f6fe-ca2f5b11c2d0",
    "description": "Wal-mart food storage",
    "match_description": "Wal-mart"
  }
}

Response

OK