Added
[Core API] Tag hierarchy
over 6 years ago by Xavier
GET /tags/:tag_id/childrenroute to list all children of the provided tag.POST /tags/:tag_id/childrenroute to create a child for the provided tag.PATCH /tags/:tag_idroute can update the parent tag.- Added fields
updated_at,created_atto the Tag response body - Added field
childrento the Tag_links
Deprecated
- Deprecate
tagfromPATCH /conversations/:conversation_id. Please usetag_idsinstead.
