From 434007666b6e3e0644d0efd2599b2969a2261dde Mon Sep 17 00:00:00 2001 From: RubyNguyen07 Date: Tue, 14 Nov 2023 13:07:22 +0800 Subject: [PATCH] Update README.md --- project/user-service/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/project/user-service/README.md b/project/user-service/README.md index 1131600..cb0fabd 100644 --- a/project/user-service/README.md +++ b/project/user-service/README.md @@ -27,6 +27,7 @@ Profile table: | Update profile | `PUT` | /profile | yes | full_name, goal | | Delete account | `DELETE` | /profile | yes | | | Get user attempts history | `GET` | /attempts | yes | | +| Get user latest attempts history | `GET` | /attempts/latest | yes | | | Insert a new user attempt | `POST` | /attempts | yes | question_id |