Update Instance Configuration

Update the instances information.

You will need to call the GET /decisionEngine/instance/{guid} endpoint to get the current configuration and then update the fields you want to change.

SecuritybearerToken
Request
path Parameters
guid
required
string

get results by guid.

Request Body schema: application/json
templateId
required
string

The template ID of the decision tree to be updated.

guid
required
string

The GUID to be updated.

decisionTreeName
required
string

The name of the decision tree to be updated.

customerId
integer

The customer ID to be updated.

inputParams
object

The input parameters to be updated can be obtained from the GET/instance configuration endpoint.

configurationVariables
object

The Configuration Variables to be updated can be obtained from the GET/instance configuration endpoint.

scalarVariables
object

The Scalar Variables to be updated can be obtained from the GET/instance configuration endpoint.

Responses
200
400
401
403
404
put/decisionEngine/instance/{guid}
Request samples
application/json
{
  • "templateId": "72a7e73e799a4c3ea2a8b89bd2002829",
  • "guid": "02dce1bbb81b11ed962c01ff1787b18e",
  • "decisionTreeName": "Test US after NL test update5",
  • "customerId": 103361848,
  • "inputParams": { },
  • "configurationVariables": { },
  • "scalarVariables": { },
  • "value": {
    }
}
Response samples
application/json
{ }