PostStudies

Function: postStudies()

postStudies<ThrowOnError>(options?): RequestResult<PostStudiesResponses, PostStudiesErrors, ThrowOnError>

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

Creates a new academic study within the system based on the provided data. The PostStudy endpoint processes requests from authorized administrators to add new programs to the catalog using the PostStudyDTO. This process ensures that the study data is validated against system requirements and that the creation event is correctly attributed to the authenticated user. Upon successful creation, the endpoint returns the new study details and its unique resource location.

Type Parameters

ThrowOnError

ThrowOnError *extends* boolean = false

Parameters

options?

Options<PostStudiesData, ThrowOnError>

Returns

RequestResult<PostStudiesResponses, PostStudiesErrors, ThrowOnError>

On this page