Skip to content

Commit 45fbf7e

Browse files
author
Nicki Nixon
committed
add items key to the array of iso_country_code
1 parent bc30ed4 commit 45fbf7e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

openapi/mx_platform_api.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7000,10 +7000,10 @@ components:
70007000
description: |
70017001
Only use this option if the `widget_type` is set to `pulse_widget`. Set this to the insight guid you want to appear at the top of the insights feed.
70027002
iso_country_code:
7003-
example:
7004-
- US
7005-
- CA
70067003
type: array
7004+
items:
7005+
type: string
7006+
example: ["US", "CA"]
70077007
description: |
70087008
An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico).
70097009
is_mobile_webview:
@@ -8247,7 +8247,7 @@ components:
82478247
description: |-
82488248
Filter transactions belonging to any specified `category_guid[]` in url.
82498249
8250-
For example, `?category_guid[]=CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874`.
8250+
For example, `?category_guid[]=CAT-7829f71c-2e8c-afa5-2f55-fa3634b8987`.
82518251
in: query
82528252
schema:
82538253
type: array

0 commit comments

Comments
 (0)