Skip to main content
PUT
/
users
/
update
update
curl --request PUT \
  --url http://localhost:8000/v1/users/update \
  --header 'Content-Type: application/json' \
  --data '
{
  "firstName": "abebebch"
}
'
This response has no body data.

Body

application/json
firstName
string
Example:

"abebebch"

Response

205 - undefined