UpdateInsightsReportConfig

Inserts or updates the configuration details for the Insights Report in the database.

put
Authorizations
Body
workspaceIdstring[]Required
workspaceNamestring[]Required
datasetIdstring[]Required
datasetNamestring[]Required
reportIdstring[]Required
pageIdstring[]Required
Responses
200
Success: The configuration data was successfully inserted or updated in the database.
put
PUT /AdminSetting/UpdateInsightsReportConfig HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 131

{
  "workspaceId": [
    "text"
  ],
  "workspaceName": [
    "text"
  ],
  "datasetId": [
    "text"
  ],
  "datasetName": [
    "text"
  ],
  "reportId": [
    "text"
  ],
  "pageId": [
    "text"
  ]
}

No content