UpdateInsightsReportConfig
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.
400
Bad Request: The lists in the configuration must have the same number of elements.
500
Internal Server Error: An error occurred while inserting or updating the configuration data.
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