Edits an enterprise control in the ERM solution.
URL
{RMUrl}/api/objects/ERMControl/<InstanceID>
REQUEST METHOD
PUT
URL PARAMETER
InstanceID: This parameter is provided in the URL and does not need to be sent through PUT.
FORM CONTENT
For more information on the attribute types available for an enterprise control, see Modulo Risk Manager Features -> 3. ERM -> 3.1 Enterprise Controls -> Create Enterprise Control.
REQUEST EXAMPLE
{RMUrl}/api/objects/ERMControl/27
FORM CONTENT EXAMPLE
{
"Name":"Comply with the federal labor law",
"Description":"Meet the requirements of the federal labor law."
}
SUCCESS RESPONSE
HTTP status code 204: NoContent