Skip to content

UpdateScopedApiKeyResponseBody

Updated

Example Usage

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

let value: UpdateScopedApiKeyResponseBody = {
  id: "<id>",
  userId: "<id>",
  userType: "service-account",
  orgId: "<id>",
  teamId: "<id>",
  scopes: [
    "<value 1>",
    "<value 2>",
  ],
};

Fields

FieldTypeRequiredDescription
idstring✔️N/A
namestringN/A
keystringN/A
prefixstringN/A
startstringN/A
userIdstring✔️N/A
userTypeoperations.UpdateScopedApiKeyUserType✔️N/A
orgIdstring✔️N/A
teamIdstring✔️N/A
scopesstring[]✔️N/A
expiresAtstringN/A