Modify tagput https://api.ocrolus.com/v2/analytics/tags/{tag_uuid}This API allows you to modify an existing custom tag. You can update the tag's name, description, color, and customization logic.Path Paramstag_uuiduuidrequiredThe unique identifier of the tag that you want to modify.Body ParamsExample of body to be sent for tag modification.namestringrequiredThe updated name of the tag.descriptionstringrequiredThe updated description of the tag.colorstringrequiredThe updated hex code to visually represent the tag in the Dashboard.customizationobjectContains matching logic to automatically apply the tag to transactions.customization objectResponses 204Tag Modified Successfully 400Client Errors 404Client Errors 415Client ErrorsUpdated 11 months ago