UpdateTeamResponseBody
OK
Example Usage
typescript
import { UpdateTeamResponseBody } from "@meetkai/mka1/models/operations";
let value: UpdateTeamResponseBody = {
team: {
id: "<id>",
name: "<value>",
organizationId: "<id>",
createdAt: "1705692383746",
updatedAt: "1735616530116",
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
team | operations.UpdateTeamTeam | ✔️ | N/A |