Copy all rules from one study mode to another

post

/ec-rule-designer-svc/rest/v1.0/rule/studies/{studyId}/{mode}/copy

Copies all non-deleted rules from one study mode to another.

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Rule copy was successful.
Body ()
Root Schema : schema
Type: string

400 Response

Incorrect payload.
Body ()
Root Schema : RDSRestErrorDataDTO
Type: object
Read Only: true
Error details from Rule Designer APIs
Show Source
Nested Schema : details
Type: object
Read Only: true
Error Details

500 Response

An internal error occured.
Body ()
Root Schema : RDSRestErrorDataDTO
Type: object
Read Only: true
Error details from Rule Designer APIs
Show Source
Nested Schema : details
Type: object
Read Only: true
Error Details
Back to Top