Skip to content

Commit

Permalink
updating the documentation with the new field
Browse files Browse the repository at this point in the history
  • Loading branch information
riquellopes committed Aug 5, 2018
1 parent 4851a33 commit 10c537b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/docs/boleto.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Gera número para pagamento com boleto.
Efetua pagamento via boleto.
---
parameters:
- in: header
Expand Down
2 changes: 1 addition & 1 deletion app/docs/credit_card.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Captura pagamento com cartão de crédito.
Efetua pagamento via cartão de crédito.
---
parameters:
- in: header
Expand Down
6 changes: 4 additions & 2 deletions app/docs/details.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Captura pagamento com cartão de crédito.
Recupera o pagamento detalhado.
---
parameters:
- in: header
Expand All @@ -13,7 +13,7 @@ parameters:
required: true
responses:
200:
description: Pagamento realizado com sucesso.
description: Detalhe do pagamento
schema:
type: object
properties:
Expand All @@ -22,6 +22,8 @@ responses:
properties:
amount:
type: string
status:
type: string
buyer:
type: object
properties:
Expand Down
4 changes: 3 additions & 1 deletion app/docs/list.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Recupera lista com todos o pagamento criados.
Recupera lista com todos o pagamento realizados.
---
parameters:
- in: header
Expand All @@ -17,6 +17,8 @@ responses:
items:
type: object
properties:
status:
type: string
amount:
type: string
id:
Expand Down

0 comments on commit 10c537b

Please sign in to comment.