Overview

Creates Default Relationship of DRI_Workflows

Summary

This request will creates default relationship of DRI_Workflows with some Sugar modules

Request Arguments

Name Type Description Required
repair Boolean After writing the fields and relationship meta into the vardefs.php, should QRR be run or not True

Request Example

{
    "repair": "true",
}

Response

The response will be true meaning successful execution, otherwise, error will be thrown
Name Type Description
response Boolean Successful execution or not

Response Example

{
    "response" : true
}