Front API

Getting access, Developing, Testing

Back to Front

Create team signature

Create a new signature for the given team

Input

type: object properties: parameters: type: object properties: team_id: type: string description: (Required) The teammate ID required: - team_id title: Parameters data: type: object properties: name: type: string body: type: string sender_info: type: string is_visible_for_all_teammate_channels: type: boolean channel_ids: type: array items: type: string title: Data

Output

type: object properties: _links: type: object properties: self: type: string related: type: object properties: owner: type: string id: type: string name: type: string body: type: string sender_info: type: string is_visible_for_all_teammate_channels: type: boolean channel_ids: type: array items: type: string