put https://gateway.nola-finance.com/api/v1/nola/users/
Update a specific user's basic information
Log in to see full request history
Responses
Update a specific user's basic information
xxxxxxxxxx
curl --request PUT \
--url https://gateway.nola-finance.com/api/v1/nola/users/userId \
--header 'accept: */*' \
--header 'content-type: application/json' \
--data '
{
"languageCode": "en"
}
'
Try It!
to start a request and see the response here! Or choose an example: