PutOrgAutoModelRequest
Example Usage
typescript
import { PutOrgAutoModelRequest } from "@meetkai/mka1/models/components";
let value: PutOrgAutoModelRequest = {
modelId: "<id>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
modelId | string | ✔️ | The model id this org's "auto" should resolve to for this endpoint. Cannot be the literal string "auto". |