Skip to content

PutComputeTenantRequest

Example Usage

typescript
import { PutComputeTenantRequest } from "@meetkai/mka1/models/operations";

let value: PutComputeTenantRequest = {
  orgId: "<id>",
  computeTenantUpdate: {},
};

Fields

FieldTypeRequiredDescription
orgIdstring✔️N/A
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.
computeTenantUpdatecomponents.ComputeTenantUpdate✔️N/A