put https://example.com/members/
Update a member's information.
Log in to see full request history
Responses
404Member not found
Update a member's information.
404Member not found
xxxxxxxxxx
curl --request PUT \
--url https://example.com/members/memberId \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: