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
Update Customer Profile about 2 hours ago

AI Summary: This issue describes the implementation of a `PATCH /customers/{id}` endpoint to allow existing customers to update their profile information, including fields like first name, last name, email, address, and password. It specifies detailed validation rules for each field, defines specific HTTP status codes for success (200), conflicts (409), invalid input (400), and not found (404), and outlines the expected behavior for partial updates.

Complexity: 3/5
good first issue

NYU DevOps Customers Service Fall 2025

Python