setInternalDescription

abstract suspend fun setInternalDescription(studyId: UUID, name: String, description: String?): StudyStatus

Set study details which are visible only to the study owner.

Parameters

studyId

The id of the study to update the study details for.

name

A descriptive name for the study.

description

A description of the study; null to remove description.

Throws

when a study with studyId does not exist.