resetCorrelationMatrix - Examples

In the following, an example request and the according response using the resetCorrelationMatrix endpoint are shown.

POST https://api.danube.ai/graphql

body: {
  "query": "mutation { resetCorrelationMatrix }"
}

Returns

{
  "data": {
    "resetCorrelationMatrix": true
  }
}