Skip to content

Commit 447845a

Browse files
committed
docs: added rest of the api endpoints to the rbac table
1 parent d2e4de8 commit 447845a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,13 @@ This project uses `jwt` for authenticating users and managing sessions. It also
116116

117117
Current supported roles are: [`admin`, `user`]:
118118

119-
| Endpoint | Admin | User |
120-
| --------------------------- | ----- | ---- |
121-
| GET users/ | [x] | [x] |
122-
| PATCH users/ | [x] | [x] |
123-
| PATCH users/change-role/:id | [x] | |
124-
| GET users/all | [x] | |
125-
| DELETE users/:id | [x] | |
119+
| Endpoint | Admin | User |
120+
| ------------------------------ | ----- | ---- |
121+
| GET users/ | [x] | [x] |
122+
| PATCH users/ | [x] | [x] |
123+
| PATCH users/change-role/:id | [x] | |
124+
| GET users/all | [x] | |
125+
| DELETE users/:id | [x] | |
126+
| GET status/ | [x] | [x] |
127+
| POST /genai/translate | [x] | [x] |
128+
| POST /genai/search-in-document | [x] | [x] |

0 commit comments

Comments
 (0)