Skip to content

Commit

Permalink
[Usuário][Cadastro] - Expor endpoint para cadastro de usuário (#64)
Browse files Browse the repository at this point in the history
* docs: documentation of error 409 and readjustment of the find-user-by-id file

* feat: addicionei repeatPassword no controller,model,services

* test: adjust the tests by adding repeatPassword

* refactor: "Correcting the response error from 409 to 400"
  • Loading branch information
Frompaje authored May 21, 2024
1 parent 6bc78c6 commit 3ee34fa
Show file tree
Hide file tree
Showing 10 changed files with 298 additions and 352 deletions.
2 changes: 1 addition & 1 deletion openapi/features/user/find-user-by-id-path.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ get:
'400':
$ref: '../../shared/errors/validation-error.yaml'
'404':
$ref: '../../shared/errors/user-not-found-error.yaml'
$ref: './components/user-not-found-error.yaml'
'500':
$ref: '../../shared/errors/server-error.yaml'
Loading

0 comments on commit 3ee34fa

Please sign in to comment.