PutStudiesById

Function: putStudiesById()

putStudiesById<ThrowOnError>(options): RequestResult<PutStudiesByIdResponses, PutStudiesByIdErrors, ThrowOnError>

Defined in: app/api/sdk.gen.ts:1052

Performs a full update of an existing study's representation. The PutStudy endpoint is designed for comprehensive edits where the entire state of a study record needs to be refreshed using the data provided in the StudyUpdateDTO. This endpoint enforces strict authorization to ensure only academic administrators can modify the catalog, returning a 204 No Content status once the changes have been successfully persisted.

Type Parameters

ThrowOnError

ThrowOnError *extends* boolean = false

Parameters

options

Options<PutStudiesByIdData, ThrowOnError>

Returns

RequestResult<PutStudiesByIdResponses, PutStudiesByIdErrors, ThrowOnError>

On this page