Tags
Update a tag rule
Updates a tag rule. Unspecified fields will not be updated.
PUT
/
v0
/
tags
/
rules
/
{tag_rule_id}
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
teal-instance-id
string
requiredThe teal instance ID
Path Parameters
tag_rule_id
string
requiredThe tag ID
Body
application/json
name
string | null
An arbitrary string, useful for identifying the tag rule.
tag_id
string | null
An arbitrary string, useful for identifying the tag rule.
expression
string | null
A comparative expression to match on
Transactions. Use t
to access the Transaction object. Must
evaluate to a boolean. Accepts regex evaluations.
Read more: Categorization guide
priority
integer | null
The priority of the rule.
Response
201 - application/json
The response is of type any
.