Skip to content

Instantly share code, notes, and snippets.

@p5150j
Last active September 25, 2018 19:55
Show Gist options
  • Select an option

  • Save p5150j/3b53974792e2b28ca28389ec0b372da9 to your computer and use it in GitHub Desktop.

Select an option

Save p5150j/3b53974792e2b28ca28389ec0b372da9 to your computer and use it in GitHub Desktop.
curl -X PUT '[API_URL]/users/2' -H 'Authorization: Bearer [AUTH_TOKEN]' -H 'Content-Type: application/json;charset=UTF-8' -H 'Accept: application/json, text/plain, */*' --data-binary '{"email":"[email protected]","firstName": "Renamed"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment