Logo
Functions

replaceQuestionApiV1EvalsQuestionsQuestionIdPut

replaceQuestionApiV1EvalsQuestionsQuestionIdPut<ThrowOnError>(options): RequestResult<EvalQuestion, HTTPValidationError, ThrowOnError>

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

Replace Question Replace a question.

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

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

Returns

RequestResult<EvalQuestion, HTTPValidationError, ThrowOnError>

On this page