UpdateApiKeyBody
Request body for updating an ApiKey.
Definition
TypeScript
interface UpdateApiKeyBody {
name?: string | undefined;
}Fields
| Field | Type | Notes |
|---|---|---|
name | string | undefined | optional — New human-readable label for the key. |
Request body for updating an ApiKey.
interface UpdateApiKeyBody {
name?: string | undefined;
}| Field | Type | Notes |
|---|---|---|
name | string | undefined | optional — New human-readable label for the key. |