cURL
curl --request PUT \ --url https://api.example.com/dashboards/:id
{ "data": null }
Update a dashboard by id.
OK