v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01979563.0 MB
Insight

Update Insight

patch/reporting/insight/{id}

Path parameters

idstring uuid required

The unique identifier for the resource.

Request body

OR
OR
OR

Example request

{
  "formulas": [
    {
      "name": "Booking Rate"
    }
  ],
  "queries": [
    {
      "type": "vapiql-json",
      "filters": [
        {
          "column": "assistant_id",
          "operator": "\"=\" or \"!=\""
        }
      ],
      "column": "id",
      "operation": "count",
      "name": "Total Calls"
    }
  ]
}

Response

OR
OR
OR

Example response

{
  "formulas": [
    {
      "name": "Booking Rate"
    }
  ],
  "queries": [
    {
      "type": "vapiql-json",
      "filters": [
        {
          "column": "assistant_id",
          "operator": "\"=\" or \"!=\""
        }
      ],
      "column": "id",
      "operation": "count",
      "name": "Total Calls"
    }
  ]
}