Skip to content

Commit c876ba7

Browse files
Merge pull request #724 from Sensedia/release-financings-039912925
GT Dados do Cliente: Feat(Financings): PDC400
2 parents b4b9974 + abfe731 commit c876ba7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

swagger-apis/financings/2.4.0.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ components:
345345
pattern: '[\w\W\s]*'
346346
maxLength: 2048
347347
meta:
348-
$ref: '#/components/schemas/Meta'
348+
$ref: '#/components/schemas/MetaError'
349349
ResponseFinancingsContractList:
350350
type: object
351351
required:
@@ -1321,6 +1321,18 @@ components:
13211321
maxLength: 20
13221322
format: date-time
13231323
example: '2021-05-21T08:30:00Z'
1324+
MetaError:
1325+
type: object
1326+
description: Meta informações referente à API requisitada.
1327+
required:
1328+
- requestDateTime
1329+
properties:
1330+
requestDateTime:
1331+
description: 'Data e hora da consulta, conforme especificação RFC-3339, formato UTC.'
1332+
type: string
1333+
maxLength: 20
1334+
format: date-time
1335+
example: '2021-05-21T08:30:00Z'
13241336
Links:
13251337
type: object
13261338
description: Referências para outros recusos da API requisitada.

0 commit comments

Comments
 (0)