import { UpdateTeamByIdRequest } from "@midday-ai/sdk/models/operations";
let value: UpdateTeamByIdRequest = {
id: "123e4567-e89b-12d3-a456-426614174000",
requestBody: {
name: "Acme Corporation",
email: "team@acme.com",
logoUrl: "https://cdn.midday.ai/logos/acme-corp.png",
baseCurrency: "USD",
countryCode: "US",
fiscalYearStartMonth: 4,
companyType: "solo_founder",
heardAbout: "twitter",
},
};| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
string | ✔️ | Unique identifier of the team | 123e4567-e89b-12d3-a456-426614174000 |
requestBody |
operations.UpdateTeamByIdRequestBody | ✔️ | N/A |