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

[Usuário][Cadastro] - Ajustar documentação openapi do endpoint de Cadastro de Usuário #14

Closed
alvarogfn opened this issue Apr 29, 2024 · 0 comments · Fixed by #42
Closed
Assignees

Comments

@alvarogfn
Copy link
Contributor

alvarogfn commented Apr 29, 2024

Ajustar a documentação da api na pasta openapi do endpoint referente ao Cadastro de usuários para abranger os seguintes dados:

Requisição

  • Rota: /api/users
  • Método HTTP: POST
  • Corpo da Requisição:
  • Módulo: User
{
  "name": "John Doe",
  "username": "johndoe123",
  "email": "johndoe@example.com",
  "password": "001@Mypassword",
  "repeatPassword": "001@Mypassword"
}

Resposta

  • Código HTTP: 201
  • Corpo da resposta: N/A

Referência:

@alvarogfn alvarogfn converted this from a draft issue Apr 29, 2024
@alvarogfn alvarogfn changed the title [Usuário][Cadastro] - Criar swagger do endpoint de Cadastro de Usuário [Usuário][Cadastro] - Ajustar documentação openapi do endpoint de Cadastro de Usuário Apr 29, 2024
@kvnbg kvnbg added this to the [Usuário] - Cadastro milestone Apr 29, 2024
@kvnbg kvnbg moved this from Todo to Done in Octopost Backend May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants