NYU DevOps Customers Service Fall 2025

0 stars 0 forks 0 watchers Python Apache License 2.0
1 Open Issue Need Help Last updated: Sep 22, 2025

Open Issues Need Help

View All on GitHub

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

NYU DevOps Customers Service Fall 2025

Python