API Doc Review
Outdated API documentation causes integration failures. The code is the source of truth, and the docs must match.
Review Protocol
- Compare the route definition (e.g.,
POST /users) with the documented endpoint. - Verify that all required request parameters (body, query, params) are documented with correct types.
- Verify that all possible response status codes (200, 400, 404, 500) and their payloads match the actual error handlers and return statements.
- If there is
[Description truncada. Veja o README completo no GitHub.]