Update a tag
PATCH {{base_url}}/tags/{{tag_id}}
Request Body
{"title"=>"My tag"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Authorization | string | ||
| Content-Type | string | ||
| organization-id | string | 
RESPONSES
status: OK
{"tag_id":"e6426810-be55-40ed-8b03-7136f90859bb","title":"My tag"}