This operation allows users to update the value of an advanced configuration
Request
In the request message, specify uniqueName of the advanced configuration and the new value to be updated.
Sample update request:
{
"uniqueName": "config_1",
"value": "testing"
}
Response
The updated record or the error message are returned.