You need to sign in or sign up before continuing.
IAVIA-506/add FAQ update and getByUid endpoints
- Implement GET /faqs/{uid} endpoint to retrieve a FAQ by its UID
- Handle not-found cases with proper error responses
- Implement PUT /faqs/{uid} endpoint for updating existing FAQ entries
- Add request body validation and return updated resource details
- Update service and repository layers to support lookup and update by UID
- Improve exception handling for invalid or missing UID values
Closes IAVIA-506