File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,13 @@ This project uses `jwt` for authenticating users and managing sessions. It also
116116
117117Current 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]   | 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments