Update rules in bulk

put

/ec-rule-designer-svc/rest/v4.0/rule/studies/{studyId}/{mode}/bulkupdate

Updates rules in bulk.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : rules
Type: array
Show Source
Nested Schema : UpdateRuleDTOV3
Type: object
Title: UpdateRuleDTOV3
Information for Updating rule
Show Source
Nested Schema : actions
Type: array
Show Source
Nested Schema : operands
Type: array
Show Source
Nested Schema : RuleActionDTO
Type: object
Title: RuleActionDTO
Information about action for rule
Show Source
Nested Schema : RuleOperandDTO
Type: object
Title: RuleOperandDTO
Information about operands for rule
Show Source
Back to Top

Response

Supported Media Types

200 Response

Bulk rule update was successful.
Body ()
Root Schema : RDSRestUnifiedResponseDTO
Type: object
Error details from Rule Designer APIs for bulk operations
Show Source
Nested Schema : RDSRestErrorDataDTO
Type: object
Read Only: true
Error details from Rule Designer APIs
Show Source
Nested Schema : RDSRestResponseDTO
Type: object
Read Only: true
Response from Rule Designer APIs
Show Source
Nested Schema : details
Type: object
Read Only: true
Error Details
Nested Schema : result
Type: object
Read Only: true
Result Object

400 Response

Incorrect payload.
Body ()
Root Schema : RDSRestUnifiedResponseDTO
Type: object
Error details from Rule Designer APIs for bulk operations
Show Source
Nested Schema : RDSRestErrorDataDTO
Type: object
Read Only: true
Error details from Rule Designer APIs
Show Source
Nested Schema : RDSRestResponseDTO
Type: object
Read Only: true
Response from Rule Designer APIs
Show Source
Nested Schema : details
Type: object
Read Only: true
Error Details
Nested Schema : result
Type: object
Read Only: true
Result Object

500 Response

An internal error occured.
Body ()
Root Schema : RDSRestUnifiedResponseDTO
Type: object
Error details from Rule Designer APIs for bulk operations
Show Source
Nested Schema : RDSRestErrorDataDTO
Type: object
Read Only: true
Error details from Rule Designer APIs
Show Source
Nested Schema : RDSRestResponseDTO
Type: object
Read Only: true
Response from Rule Designer APIs
Show Source
Nested Schema : details
Type: object
Read Only: true
Error Details
Nested Schema : result
Type: object
Read Only: true
Result Object
Back to Top