Front API

Getting access, Developing, Testing

Back to Front

Create team tag

Create a tag for a team.

Input

type: object properties: parameters: type: object properties: team_id: type: string description: (Required) The team ID required: - team_id title: Parameters data: type: object properties: name: type: string highlight: type: string is_visible_in_conversation_lists: type: boolean title: Data

Output

type: object properties: _links: type: object properties: self: type: string related: type: object properties: conversations: type: string owner: type: string children: type: string id: type: string name: type: string highlight: type: string is_private: type: boolean is_visible_in_conversation_lists: type: boolean created_at: type: number updated_at: type: number