UpdateCapacityReportConfig

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

put
Authorizations
Body
workspaceIdstring[]Required
workspaceNamestring[]Required
datasetIdstring[]Required
datasetNamestring[]Required
reportIdstring[]Required
pageIdstring[]Required
Responses
200
Success: The Capacity Report configuration was successfully inserted or updated.
put
PUT /AdminSetting/UpdateCapacityReportConfig 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