studies

Update a study

Update an existing study.

patch/projects/{project_id}/studies/{study_id}

Path parameters

project_idstring required
study_idstring required

Request body

namestring nullable

The new name of the study.

descriptionstring nullable

The new optional description for the study.

Response

Successful Response

namestring required

The name of the study.

descriptionstring nullable

An optional description for the study.

project_idstring required

The ID of the project this study belongs to.

organization_idstring required

Organization this study belongs to.

created_bystring nullable

User ID of the creator.

idstring required

The unique identifier for the study.

created_atstring date-time required

Timestamp of when the study was created.

updated_atstring date-time required

Timestamp of when the study was last updated.

Changes

No recorded changes to this endpoint across all 1 revision of this API.