Updates the quality survey. Call the same method as in Create Quality Survey with new variables.
Permissions
---- Permissions:INTEGRATOR ----
HTTP Request
POST /api/v1/quality HTTP/1.1
Content-Type: application/json
Authorization: Bearer <integrator_token>
Content-Length: 280
Host: localhost: 8080
{
"binaryQuestion": false,
"question": {
"minValue": 1,
"maxValue": 5,
"kpi": 4.02,
"text": "Please rate our service",
"displayText": "Quality of service"
},
"requiredMessageCount": 2,
"sendingFrequency": 1,
"hideAfter": 300
}
Example of a Successful HTTP Response
HTTP/1.1 200 OK