Assign data classifications to study role for study ID

put

/ec-auth-svc/rest/v1.0/dataclassification/{studyId}/studyrole/{studyRoleId}

Assign or update data classification levels for a specific study role in a study. Path parameters: studyId (UUID) identifies the study, studyRoleId (UUID) identifies the study role. Request body: List of DataClassificationIdLevelDto, where each element specifies a data classification ID (UUID) and the corresponding list of classification levels to set.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
DTO for Data Classification with specific levels per classification.
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

Success. Returns a response object if save is successful.
Body ()
Root Schema : schema
Type: string
Examples

400 Response

Bad request
Body ()
Root Schema : AuthResponse
Type: object
Generic API response wrapper containing result, error data, response version and status.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Result data of the API response; actual type depends on the API
Example:
oracle.doceng.json.BetterJsonNull@1466a41f
Nested Schema : details
Type: object
Back to Top