Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2625,7 +2625,7 @@ paths:
$ref: "#/components/schemas/CobRGerada"
examples:
response1:
$ref: "#/components/examples/cobRResponse2"
$ref: "#/components/examples/cobRResponse1Gerada"
"400":
description: "Requisição com formato inválido."
content:
Expand Down Expand Up @@ -2722,7 +2722,7 @@ paths:
$ref: "#/components/schemas/CobRGerada"
examples:
response1:
$ref: "#/components/examples/cobRResponse1"
$ref: "#/components/examples/cobRResponse1Gerada"
"400":
description: "Requisição com formato inválido."
content:
Expand Down Expand Up @@ -3046,8 +3046,8 @@ components:
summary: "Exemplo de revisão de cobrança recorrente 1"
value:
status: CANCELADA
cobRResponse1:
summary: "Exemplo de cobrança recorrente 1"
cobRResponse1Gerada:
summary: "Exemplo de cobrança recorrente 1 - Gerada"
value:
idRec: RR1234567820240115abcdefghijk
txid: 3136957d93134f2184b369e8f1c0729d
Expand All @@ -3058,7 +3058,6 @@ components:
status: CRIADA
valor:
original: "106.07"
politicaRetentativa: PERMITE_3R_7D
ajusteDiaUtil: true
devedor:
cep: "89256-140"
Expand All @@ -3070,9 +3069,6 @@ components:
agencia: "9708"
conta: "012682"
tipoConta: CORRENTE
atualizacao:
- data: "2024-04-01T14:47:29.470Z"
status: CRIADA
cobRResponse2:
summary: "Exemplo de cobrança recorrente 1"
value:
Expand Down