Logo
Functions

updateExistingApiKeyApiV1ApiKeysApiKeyIdPut

updateExistingApiKeyApiV1ApiKeysApiKeyIdPut<ThrowOnError>(options): RequestResult<APIKey, HTTPValidationError, ThrowOnError>

Defined in: packages/cloud/src/client/sdk.gen.ts:767

Update Existing Api Key Update name of an existing API Key.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

OmitKeys<RequestOptions<ThrowOnError, string>, "body" | "url"> & UpdateExistingApiKeyApiV1ApiKeysApiKeyIdPutData & Pick<RequestOptions<ThrowOnError, string>, "headers">

Returns

RequestResult<APIKey, HTTPValidationError, ThrowOnError>

On this page