Updates a tag rule. Unspecified fields will not be updated.
Bearer authentication header of the form Bearer
The teal instance ID
The tag ID
An arbitrary string, useful for identifying the tag rule.
"Tag gas expense"
An arbitrary string, useful for identifying the tag rule.
"Tag gas expense"
A pattern matching expression using the match(pattern, field) function. Use t to access the Transaction object. The pattern supports regular expression syntax.
Read more: Categorization guide
"match(\".*(?i)SHELL GAS\", t.description)"
The priority of the rule.
10
Successful Response