Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #415 from basiqio/DX-799-connections-ep-expiry-dat…
Browse files Browse the repository at this point in the history
…e-attribute-to-include-only-for-open-banking

DX-799 Clarifying `expiryDate` in Connections EP
  • Loading branch information
basiq-ash authored Sep 2, 2024
2 parents cdcd8bc + 17a12a5 commit ea5dac5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,10 @@ components:
example: '2019-07-29T07:34:09Z'
expiryDate:
type: string
description: Expiry date of the connection.
description: |
Expiry date of the connection.This date is only set for open-banking connections.
For web connections, the expiry date field will be empty.
example: '2020-07-29T07:34:09Z'
lastUsed:
type: string
Expand Down Expand Up @@ -1787,7 +1790,10 @@ components:
example: '2019-07-29T07:34:09Z'
expiryDate:
type: string
description: Expiry date of the connection.
description: |
Expiry date of the connection.This date is only set for open-banking connections.
For web connections, the expiry date field will be empty.
example: '2020-07-29T07:34:09Z'
lastUsed:
type: string
Expand Down

0 comments on commit ea5dac5

Please sign in to comment.