UpdateScopedApiKeyRequestBody
Example Usage
typescript
import { UpdateScopedApiKeyRequestBody } from "@meetkai/mka1/models/operations";
let value: UpdateScopedApiKeyRequestBody = {
keyId: "<id>",
scopes: [
"<value 1>",
],
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
keyId | string | ✔️ | N/A |
scopes | string[] | ✔️ | N/A |
name | string | ➖ | N/A |
rateLimitEnabled | boolean | ➖ | N/A |
rateLimitTimeWindow | number | ➖ | N/A |
rateLimitMax | number | ➖ | N/A |