Skip to content

UpdateServiceAccountApiKeyRequest

Example Usage

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

let value: UpdateServiceAccountApiKeyRequest = {
  orgId: "<id>",
  saId: "<id>",
  keyId: "<id>",
};

Fields

FieldTypeRequiredDescription
orgIdstring✔️N/A
saIdstring✔️N/A
keyIdstring✔️N/A
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.
requestBodyoperations.UpdateServiceAccountApiKeyRequestBodyN/A