Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. HTTP Method = PATCH
  2. Request URI = /api/users/2
  3. Parameters = {}
  4. Headers = [Content-Type:"application/json;charset=UTF-8", Authorization:"Basic aXJ0Z2VuZGFhczpFaW4gcGFzc3dvcmQ="]
  5. Body = {
  6. "username": "myusername",
  7. "password": "mynewpassword",
  8. "oldpassword": "theoldone"
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement