CohortVersionsResource
Cohort version API methods.
Functions
func__init__(self, client) -> NoneInitialize the resource.
paramselfparamclientKitaruAPIClientAPI client used to send requests.
Returns
Nonefuncget(self, cohort_version_id) -> CohortVersionResponseGet a cohort version by id.
paramselfparamcohort_version_iduuid.UUIDId of the cohort version.
Returns
kitaru.api_models.v1.cohort_version.CohortVersionResponseStored cohort version.
funcupdate(self, cohort_version_id, request) -> CohortVersionResponseUpdate a cohort version.
paramselfparamcohort_version_iduuid.UUIDId of the cohort version.
paramrequestCohortVersionUpdateRequestCohort version update request, unset fields stay unchanged.
Returns
kitaru.api_models.v1.cohort_version.CohortVersionResponseUpdated cohort version.
funcdelete(self, cohort_version_id) -> NoneDelete a cohort version.
paramselfparamcohort_version_iduuid.UUIDId of the cohort version.
Returns
None