Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cisikawa committed Aug 4, 2024
1 parent 946953a commit 6a0387b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ As informações dispostas no sistema de pedidos precisarão ser gerenciadas pel

## Manual/Documentação de Funcionalidades (Swagger/Open API) :heavy_check_mark:

- **Para todos os endpoints privados, é necessário gerar o token via endpoint login**
- **Para todos os endpoints privados, é necessário gerar o token via endpoint login(POST /oauth/token)**

- **É possível acessar o Swagger/Open API da aplicação pela seguinte URL: `http://localhost:8080/swagger-ui/index.html`**

Expand Down Expand Up @@ -121,7 +121,7 @@ sequenceDiagram
```mermaid
sequenceDiagram
Fake Pagamento->>+Sistema: 1 - [POST] http://localhost:8080/api/public/v1/hook/orders/payment
Sistema-->>-Fake Pagamento: Return Status Code 200 for Success or 4xx/5xx for errors
Sistema-->>-Fake Pagamento: Return Status Code 200 and result SUCCESS/ERROR
```

---
Expand Down

0 comments on commit 6a0387b

Please sign in to comment.