Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 2.68 KB

createteamrequestbody.md

File metadata and controls

20 lines (15 loc) · 2.68 KB

CreateTeamRequestBody

Example Usage

import { CreateTeamRequestBody } from "@vercel/sdk/models/createteamop.js";

let value: CreateTeamRequestBody = {
  slug: "a-random-team",
  name: "A Random Team",
};

Fields

Field Type Required Description Example
slug string ✔️ The desired slug for the Team a-random-team
name string The desired name for the Team. It will be generated from the provided slug if nothing is provided A Random Team
attribution models.Attribution Attribution information for the session or current page