update-report
dci update-report id
Updates a report with the specified configuration.
Only specified fields will be updated.
Request
Content-Type: application/json
Example
{
"config": {
"timeRange": {
"amount": 1,
"includeCurrent": false,
"mode": "last",
"unit": "month"
},
"timeInterval": "week"
},
"description": "An update via API",
"name": "A new name"
}