Skip to content

Instantly share code, notes, and snippets.

@colorbox
Created April 14, 2017 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colorbox/622893d1ce4c48e08851879c81059404 to your computer and use it in GitHub Desktop.
Save colorbox/622893d1ce4c48e08851879c81059404 to your computer and use it in GitHub Desktop.
curl with basic and jq
curl -X PUT --user "id:pass" -d "user[current_password]=XXXXXXXX&user[password]=new_XXXXXXXX" https://XXXXXX.com |jq .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment