Create a new team
import { PostV1Teams } from "firehydrant-typescript-sdk/models/components";
let value: PostV1Teams = {
name: "<value>",
};
Field | Type | Required | Description |
---|---|---|---|
name |
string | ✔️ | N/A |
description |
string | ➖ | N/A |
slug |
string | ➖ | N/A |
slackChannelId |
string | ➖ | The Slack channel ID that this team is associated with |
msTeamsChannel |
components.MsTeamsChannel | ➖ | MS Teams channel identity for channel associated with this team |
memberships |
components.Memberships[] | ➖ | N/A |