Slackbot
07/17/2023, 7:26 AMPrashant Shahi
07/17/2023, 8:03 AMSumanth Balaji
07/17/2023, 8:17 AMPrashant Shahi
07/17/2023, 8:17 AMSumanth Balaji
07/17/2023, 8:22 AM"title": "429 Retry status codes hourly interval - Copy"
this is the panel i added last that caused the issueSumanth Balaji
07/17/2023, 8:38 AMSumanth Balaji
07/17/2023, 11:11 AMPrashant Shahi
07/17/2023, 3:18 PMPrashant Shahi
07/17/2023, 3:22 PM{...}
section) from the JSON.
Followed by following PUT
call:
curl '<http://localhost:3301/api/v1/dashboards/644e5f2f-015e-42d1-a560-d22687e54c99>' \
-X 'PUT' \
-H 'Authorization: Bearer BEARER-TOKEN-HERE' \
-H 'Content-Type: application/json' \
--data-binary @'./mydashboard.json'
Replace BEARER-TOKEN-HERE
with bearer token from any authenticated API calls in network tab.Srikanth Chekuri
07/18/2023, 4:15 AMSumanth Balaji
07/18/2023, 7:05 AM{"status":"error","data":"Error reading request body","errorType":"bad_data","error":"title not found in post data"}%
i tried modifying the original payload by removing the unwanted dashboards and also removing "success" field and removing "data" key and opening up the object, still facing same error message