Skip to content

Files

Latest commit

Dec 31, 2024
0d4dbb3 · Dec 31, 2024

History

History
24 lines (18 loc) · 2.5 KB

File metadata and controls

24 lines (18 loc) · 2.5 KB

PostV1Teams

Create a new team

Example Usage

import { PostV1Teams } from "firehydrant-typescript-sdk/models/components";

let value: PostV1Teams = {
  name: "<value>",
};

Fields

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