Skip to content

Instantly share code, notes, and snippets.

@davefp
Last active December 20, 2015 10:08
Show Gist options
  • Save davefp/6112780 to your computer and use it in GitHub Desktop.
Save davefp/6112780 to your computer and use it in GitHub Desktop.
Dashing dashboard API cURL example
curl -i -d '{ "auth_token": "YOUR_AUTH_TOKEN", "event": "reload"}' http://localhost:3030/dashboards/sample
curl -i -d '{ "auth_token": "YOUR_AUTH_TOKEN", "event": "reload"}' http://localhost:3030/dashboards/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment