hasib32 / rest-api-with-lumen

Rest API boilerplate for Lumen micro-framework.
486 stars 144 forks source link

The email has already been taken on user update #25

Closed netwrkx closed 7 years ago

netwrkx commented 7 years ago

is this how its supposed to work, user email exist on user update { "status": 400, "invalid_fields": { "email": "The email has already been taken." } }

ibpavlov commented 7 years ago

Yes

netwrkx commented 7 years ago

thanks