put http://localhost:8000/api/v1/users/
Updates a user record from their ID.
Log in to see full request history
Responses
Updates a user record from their ID.
xxxxxxxxxx
curl --request PUT \
--url http://localhost:8000/api/v1/users/userId \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: