Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rotas '/api' - Tabela user #1

Open
lthurler opened this issue Sep 19, 2024 · 0 comments
Open

Rotas '/api' - Tabela user #1

lthurler opened this issue Sep 19, 2024 · 0 comments
Assignees

Comments

@lthurler
Copy link

lthurler commented Sep 19, 2024

post '/login', 'App\Controller\AuthController@login' -> login

['GET'], '/users', 'App\Controller\UserController@index'
['PUT'], '/user/{id}', 'App\Controller\UserController@update'
['DELETE'], '/user/{id}', 'App\Controller\UserController@del'
['POST'], '/user', 'App\Controller\UserController@create'
['POST'], '/user/permission/{uuid}', 'App\Controller\UserController@permission' -> logica antiga para alterar userType
['PATCH'], '/user/alterPermissions/{uuid}', 'App\Controller\UserController@alterUserPermission'
['PATCH'], '/user/type/{id}', 'App\Controller\UserController@updateUserType'

@lthurler lthurler changed the title teste Login Sep 19, 2024
@lthurler lthurler moved this to In progress in Migração do backend Sep 19, 2024
@lthurler lthurler self-assigned this Sep 19, 2024
@lthurler lthurler moved this from In progress to Backlog in Migração do backend Sep 19, 2024
@lthurler lthurler changed the title Login Rotas Sep 19, 2024
@lthurler lthurler changed the title Rotas Rotas - grupo '/api' Sep 19, 2024
@lthurler lthurler changed the title Rotas - grupo '/api' Rotas - grupo '/api' - Tabela user Sep 19, 2024
@lthurler lthurler changed the title Rotas - grupo '/api' - Tabela user Rotas '/api' - Tabela user Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready to QA
Status: No status
Status: Backlog
Development

No branches or pull requests

1 participant