Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 2.36 KB

File metadata and controls

28 lines (23 loc) · 2.36 KB

UpdateTeamByIdRequest

Example Usage

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",
  },
};

Fields

Field Type Required Description Example
id string ✔️ Unique identifier of the team 123e4567-e89b-12d3-a456-426614174000
requestBody operations.UpdateTeamByIdRequestBody ✔️ N/A