Modify tag

This API allows you to modify an existing custom tag. You can update the tag's name, description, color, and customization logic.

Path Params
uuid
required

The unique identifier of the tag that you want to modify.

Body Params

Example of body to be sent for tag modification.

string
required

The updated name of the tag.

string
required

The updated description of the tag.

string
required

The updated hex code to visually represent the tag in the Dashboard.

customization
object

Contains matching logic to automatically apply the tag to transactions.

Responses

Language
Credentials
OAuth2
Response
Choose an example:
application/json