Overview

Update settings for the SugarBPMTM engine

Summary

This endpoint updates settings for the SugarBPMTM engine

Request Arguments

Name Type Description Required
data array Key/value map of config keys and their associated values for the SugarBPMTM engine to update false

Response Arguments

Name Type Description
success boolean Result of update
data object Key/Value map of config keys and their new values

Response

{
    "success":true,
    "data":
    {
        "logger_level":"critical",
        "error_number_of_cycles":"10",
        "error_timeout":"40"
    }
}