Skip to content

Commit 3e7683d

Browse files
author
Tommy Valletta
committed
updated fields for Institution Response Object
1 parent 332fccb commit 3e7683d

1 file changed

Lines changed: 28 additions & 7 deletions

File tree

openapi/mx_platform_api.yml

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,32 +1512,49 @@ components:
15121512
type: object
15131513
InstitutionResponse:
15141514
properties:
1515+
created_at:
1516+
example: '2016-10-13T18:07:57.000Z'
1517+
nullable: true
1518+
type: string
15151519
code:
1516-
example: chase
1520+
example: mxbank
15171521
nullable: true
15181522
type: string
15191523
forgot_password_url:
1520-
example: https://example.url.chase.com/forgot-password
1524+
example: https://example.url.mx.com/forgot-password
15211525
nullable: true
15221526
type: string
15231527
forgot_username_url:
1524-
example: https://example.url.chase.com/forgot-username
1528+
example: https://example.url.mx.com/forgot-username
15251529
nullable: true
15261530
type: string
1531+
guid:
1532+
example: INS-12345678-90ab-cdef-1234-567890abcdef
1533+
nullable: false
1534+
type: string
15271535
instructional_text:
15281536
example:
1529-
Some instructional text <a href="https://example.url.chase.com/instructions"
1537+
Some instructional text <a href="https://example.url.mx.com/instructions"
15301538
id="instructional_text">for end users</a>.
15311539
nullable: true
15321540
type: string
1541+
is_hidden:
1542+
example: false
1543+
nullable: true
1544+
type: boolean
15331545
medium_logo_url:
15341546
example: https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/100x100/default_100x100.png
15351547
nullable: true
15361548
type: string
15371549
name:
1538-
example: Chase Bank
1550+
example: MX Bank
15391551
nullable: true
15401552
type: string
1553+
popularity:
1554+
example: 1000
1555+
nullable: false
1556+
type: integer
1557+
description: The number of member connections to the institution.
15411558
small_logo_url:
15421559
example: https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/50x50/default_50x50.png
15431560
nullable: true
@@ -1567,11 +1584,15 @@ components:
15671584
nullable: true
15681585
type: boolean
15691586
trouble_signing_in_url:
1570-
example: https://example.url.chase.com/login-trouble
1587+
example: https://example.url.mx.com/login-trouble
1588+
nullable: true
1589+
type: string
1590+
updated_at:
1591+
example: '2016-10-13T18:07:57.000Z'
15711592
nullable: true
15721593
type: string
15731594
url:
1574-
example: https://www.chase.com
1595+
example: https://www.mx.com
15751596
nullable: true
15761597
type: string
15771598
type: object

0 commit comments

Comments
 (0)