Update randomization cohort groups

put

/ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/randomizations/{randomId}/strata/bulk

Updates a list of cohort groups associated with a randomization design.

Request

Path Parameters
Supported Media Types
Request Body - */* ()
Root Schema : schema
Type: array
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : factors
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 2147483647
Show Source
  • StratumFactorDto v1.0
    Title: StratumFactorDto v1.0
    Discriminator: { "propertyName":"type", "mapping":{ "choice":"#/components/schemas/StratumChoiceFactorDtoV1", "range":"#/components/schemas/StratumRangeFactorDtoV1" } }
    Randomization Stratum Factor Information
Nested Schema : StratumFactorDto v1.0
Type: object
Title: StratumFactorDto v1.0
Discriminator: type

Discriminator Values

Randomization Stratum Factor Information
Show Source
Match One Schema
Show Source
Nested Schema : StratumChoiceFactorDto v1.0
Type: object
Title: StratumChoiceFactorDto v1.0
Stratum Choice Factor Detail Information
Match All
Show Source
Nested Schema : StratumRangeFactorDto v1.0
Type: object
Title: StratumRangeFactorDto v1.0
Stratum Range Factor Detail Information
Match All
Show Source
Nested Schema : StratumChoiceFactorDto v1.0-allOf[1]
Type: object
Show Source
Nested Schema : values
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 2147483647
Show Source
  • Minimum Length: 1
    Maximum Length: 2147483647
    Selected from choice factor's code list choice values
    Example: 1
Nested Schema : StratumRangeFactorDto v1.0-allOf[1]
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : factors
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 2147483647
Show Source
  • StratumFactorDto v1.0
    Title: StratumFactorDto v1.0
    Discriminator: { "propertyName":"type", "mapping":{ "choice":"#/components/schemas/StratumChoiceFactorDtoV1", "range":"#/components/schemas/StratumRangeFactorDtoV1" } }
    Randomization Stratum Factor Information
Nested Schema : StratumFactorDto v1.0
Type: object
Title: StratumFactorDto v1.0
Discriminator: type

Discriminator Values

Randomization Stratum Factor Information
Show Source
Match One Schema
Show Source
Nested Schema : StratumChoiceFactorDto v1.0
Type: object
Title: StratumChoiceFactorDto v1.0
Stratum Choice Factor Detail Information
Match All
Show Source
Nested Schema : StratumRangeFactorDto v1.0
Type: object
Title: StratumRangeFactorDto v1.0
Stratum Range Factor Detail Information
Match All
Show Source
Nested Schema : StratumChoiceFactorDto v1.0-allOf[1]
Type: object
Show Source
Nested Schema : values
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 2147483647
Show Source
  • Minimum Length: 1
    Maximum Length: 2147483647
    Selected from choice factor's code list choice values
    Example: 1
Nested Schema : StratumRangeFactorDto v1.0-allOf[1]
Type: object
Show Source

500 Response

Error
Body ()
Root Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object
Back to Top