-
-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
** Falta aspas no json de autenticacao **
Na documentação do projeto, o json de autenticação esta faltando aspas na cabeçalho do atributo.
Reproduzir
Etapas para reproduzir o comportamento:
- Abrir documentação
- e ir no item "Passando o seguinte corpo:"
pois esta:
{
email: "[email protected]",
password: "paulo"
}
para funcionar no meu foi necessário por aspas. conforme abaixo:
{
"email": "[email protected]",
"password": "paulo"
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working