Logo
Functions

updateRetrieverApiV1RetrieversRetrieverIdPut

updateRetrieverApiV1RetrieversRetrieverIdPut<ThrowOnError>(options): RequestResult<Retriever, HTTPValidationError, ThrowOnError>

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

Update Retriever Update an existing Retriever.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<Retriever, HTTPValidationError, ThrowOnError>

On this page