I was trying to edit usage report using ArcGIS Python API with the code below but received the response below. Any idea is greatly appreciated!
Code:
report.edit()
Response:
{'status': 'error',
'messages': ["JSON object for 'Metric' is missing required attribute 'reportname'"],
'code': 500}