Update existing cohort group
put
/ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/randomizations/{randomId}/cohorts/{cohortId}
Updates a cohort group associated with a randomization.
Request
Path Parameters
-
cohortId(required): string(uuid)
Cohort ID.
-
randomId(required): string(uuid)
Randomization ID.
-
studyId(required): string(uuid)
Study ID. Example: F054C951EB74443C93716CA714AB686E
-
version(required): string
Study version. Example: "1.0.0.1"
Supported Media Types
- */*
Root Schema : CohortDto v1.0
Type:
object
Title:
CohortDto v1.0
Randomization Cohort Details Information
Show Source
-
factors: array
factors
-
id: string
(uuid)
Cohort Unique GUID
-
name(required): string
Minimum Length:
1
Maximum Length:64
Cohort NameExample:Cohort Demography Group 1
-
type(required): string
Allowed Values:
[ "None", "Adaptive", "Demography" ]
Cohort TypeExample:Demography
Nested Schema : factors
Type:
Show Source
array
-
Array of:
object CohortFactorDto v1.0
Title:
CohortFactorDto v1.0
Discriminator:{ "propertyName":"type", "mapping":{ "choice":"#/components/schemas/CohortChoiceFactorDtoV1", "range":"#/components/schemas/CohortRangeFactorDtoV1" } }
Randomization Cohort Factor Information
Nested Schema : CohortFactorDto v1.0
Type:
object
Title:
CohortFactorDto v1.0
Discriminator: type
Discriminator Values
Randomization Cohort Factor Information
Show Source
-
formId(required): string
(uuid)
Form GUID
-
itemId(required): string
(uuid)
Item GUID
-
type(required): string
Response
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : CohortDto v1.0
Type:
object
Title:
CohortDto v1.0
Randomization Cohort Details Information
Show Source
-
factors: array
factors
-
id: string
(uuid)
Cohort Unique GUID
-
name(required): string
Minimum Length:
1
Maximum Length:64
Cohort NameExample:Cohort Demography Group 1
-
type(required): string
Allowed Values:
[ "None", "Adaptive", "Demography" ]
Cohort TypeExample:Demography
Nested Schema : factors
Type:
Show Source
array
-
Array of:
object CohortFactorDto v1.0
Title:
CohortFactorDto v1.0
Discriminator:{ "propertyName":"type", "mapping":{ "choice":"#/components/schemas/CohortChoiceFactorDtoV1", "range":"#/components/schemas/CohortRangeFactorDtoV1" } }
Randomization Cohort Factor Information
Nested Schema : CohortFactorDto v1.0
Type:
object
Title:
CohortFactorDto v1.0
Discriminator: type
Discriminator Values
Randomization Cohort Factor Information
Show Source
-
formId(required): string
(uuid)
Form GUID
-
itemId(required): string
(uuid)
Item GUID
-
type(required): string
500 Response
Error
Nested Schema : details
Type:
object