You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/v20250224.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3879,7 +3879,7 @@ components:
3879
3879
in: query
3880
3880
name: use_case
3881
3881
schema:
3882
-
type: array
3882
+
type: string
3883
3883
accountGuid:
3884
3884
description: The unique id for an `account`.
3885
3885
example: ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1
@@ -4623,9 +4623,7 @@ components:
4623
4623
type: string
4624
4624
instructional_text:
4625
4625
description: Render this text when end users are asked for their credentials, as it helps end users provide the correct credentials when creating a new member. May contain `<a></a>` tags to link to explanatory material.
4626
-
example: |
4627
-
Some instructional text <a href="https://example.url.mxbank.com/instructions"
4628
-
id="instructional_text">for end users</a>.
4626
+
example: "Some instructional text <a href=\"https://example.url.mxbank.com/instructions\" id=\"instructional_text\">for end users</a>."
4629
4627
nullable: true
4630
4628
type: string
4631
4629
instructional_text_steps:
@@ -8737,6 +8735,8 @@ components:
8737
8735
- US
8738
8736
- CA
8739
8737
type: array
8738
+
items:
8739
+
type: string
8740
8740
description: |
8741
8741
An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico).
0 commit comments