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 member #3

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

Rotas '/api' - Tabela member #3

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

Comments

@lthurler
Copy link
Collaborator

['GET'], '/squad/{uuid}/members', 'App\Controller\MemberController@index');
(['GET'], '/squad/{uuid}/member/{memberUuid}', 'App\Controller\MemberController@show');
(['POST'], '/squad/{uuid}/member', 'App\Controller\MemberController@create');
(['PUT'], '/squad/{uuid}/member/{memberUuid}', 'App\Controller\MemberController@update');
(['DELETE'], '/squad/{uuid}/member/{memberUuid}', 'App\Controller\MemberController@delete');

@lthurler lthurler converted this from a draft issue Sep 20, 2024
@lthurler lthurler self-assigned this Sep 20, 2024
@lthurler lthurler moved this to Backlog in Migração do backend 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: Backlog
Development

No branches or pull requests

1 participant