import { CreateTeamRequestBody } from "@vercel/sdk/models/createteamop.js";
let value: CreateTeamRequestBody = {
slug: "a-random-team",
name: "A Random Team",
};
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 |