REST API Test Page
Operation
PUT
on
/conditionGroups
Update a condition group
Produces
: application/json
Parameters
Name
Type
Value
Description
(JSON)
Request Body
{ "label" : "a condition group label", "metadata" : "some metadata", "conditions" : [ { "controllable" : { "stateName" : "a state name", "value" : "a controllable condition value", "operator" : "GREATERTHAN", "controllableNames" : [ "some controllable names" ] } } ], "oid" : "the condition group UUID" }
*
A condition group definition, containing the OID of the target condition group to update
Result
HTTP Status :