Open Issues Need Help
View All on GitHub Update Customer Profile 7 months ago
AI Summary: This issue describes the implementation of a `PATCH /customers/{id}` endpoint to allow existing customers to update their profile information, including `first_name`, `last_name`, `email`, `address`, and `password`. It specifies detailed validation rules for each field, such as email uniqueness, password complexity, and a non-empty address, along with specific HTTP status codes for success and various error conditions.
Complexity:
3/5
good first issue