Skip to content

Commit

Permalink
Updated endpoints.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oluizeduardo committed Jun 5, 2024
1 parent f90bb3a commit b360ecd
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,11 @@
- πŸ”’ **DELETE /systemconfiguration/user/:usercode** - Delete the system configuration of an existing user.

## Diary
- πŸ”’ **POST /diary** - Register a new blood sugar diary.
- πŸ”’ **GET /diary** - Get the list of blood sugar diaries.
- πŸ”’ **GET /diary/:id** - Search by a specific register in the blood sugar diary.
- πŸ”’ **PUT /diary/:id** - Update an existing register in the blood sugar diary.
- πŸ”’ **DELETE /diary/:id** - Delete an existing register in the blood sugar diary.
- πŸ”’ **DELETE /diary/user/:usercode** - Delete an existing register in the blood sugar diary by user id.
- πŸ”’ **DELETE /diary/user/:usercode** - Search by the list of registers in the blood sugar diary by user id.
- πŸ”’ **POST /diary/user/:usercode** - Register a new glycemia diary by user code.
- πŸ”’ **GET /diary/user/:usercode** - Get the list of glycemia registers by user code.
- πŸ”’ **PUT /diary/user/:usercode/:id** - Update an existing register in the glycemia diary by user code.
- πŸ”’ **DELETE /diary/user/:usercode/:id** - Delete an existing register in the glycemia diary by user code.
- πŸ”’ **DELETE /diary/user/:usercode** - Delete all registers by user code in the glycemia diary.

## Reset Password
- πŸ”’ **POST /reset-password/forgot-password** - Send a message to the email provided about the password update.
Expand Down

0 comments on commit b360ecd

Please sign in to comment.