added
[Core API] Tag hierarchy
over 5 years ago by Xavier
GET /tags/:tag_id/children
route to list all children of the provided tag.POST /tags/:tag_id/children
route to create a child for the provided tag.PATCH /tags/:tag_id
route can update the parent tag.- Added fields
updated_at
,created_at
to the Tag response body - Added field
children
to the Tag_links
Deprecated
- Deprecate
tag
fromPATCH /conversations/:conversation_id
. Please usetag_ids
instead.