Last active
September 25, 2018 19:55
-
-
Save p5150j/3b53974792e2b28ca28389ec0b372da9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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