From 45fbf7ebc816a464613d91fa67af73152aa7a8c9 Mon Sep 17 00:00:00 2001 From: Nicki Nixon Date: Wed, 5 Nov 2025 14:02:09 -0700 Subject: [PATCH 1/4] add items key to the array of iso_country_code --- openapi/mx_platform_api.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openapi/mx_platform_api.yml b/openapi/mx_platform_api.yml index 679d97c..f607ca0 100644 --- a/openapi/mx_platform_api.yml +++ b/openapi/mx_platform_api.yml @@ -7000,10 +7000,10 @@ components: description: | 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. iso_country_code: - example: - - US - - CA type: array + items: + type: string + example: ["US", "CA"] description: | An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico). is_mobile_webview: @@ -8247,7 +8247,7 @@ components: description: |- Filter transactions belonging to any specified `category_guid[]` in url. - For example, `?category_guid[]=CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874`. + For example, `?category_guid[]=CAT-7829f71c-2e8c-afa5-2f55-fa3634b8987`. in: query schema: type: array From 89c51843f5dfc8966c776bc0eeabcc03b5ff3dff Mon Sep 17 00:00:00 2001 From: Nicki Nixon Date: Wed, 5 Nov 2025 14:04:37 -0700 Subject: [PATCH 2/4] oops --- openapi/mx_platform_api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/mx_platform_api.yml b/openapi/mx_platform_api.yml index f607ca0..01cd17e 100644 --- a/openapi/mx_platform_api.yml +++ b/openapi/mx_platform_api.yml @@ -8247,7 +8247,7 @@ components: description: |- Filter transactions belonging to any specified `category_guid[]` in url. - For example, `?category_guid[]=CAT-7829f71c-2e8c-afa5-2f55-fa3634b8987`. + For example, `?category_guid[]=CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874`. in: query schema: type: array From a116f3b79b7dfe1e2dc2ba7cf988605421818af9 Mon Sep 17 00:00:00 2001 From: Nicki Nixon Date: Wed, 5 Nov 2025 14:17:35 -0700 Subject: [PATCH 3/4] items key without example --- openapi/mx_platform_api.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openapi/mx_platform_api.yml b/openapi/mx_platform_api.yml index 01cd17e..bbb2091 100644 --- a/openapi/mx_platform_api.yml +++ b/openapi/mx_platform_api.yml @@ -7000,10 +7000,12 @@ components: description: | 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. iso_country_code: + example: + - US + - CA type: array items: type: string - example: ["US", "CA"] description: | An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico). is_mobile_webview: @@ -8247,7 +8249,7 @@ components: description: |- Filter transactions belonging to any specified `category_guid[]` in url. - For example, `?category_guid[]=CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874`. + For example, `?category_guid[]=CAT-7829f71c-2e8c-afa5-2f55-fa3634b8987`. in: query schema: type: array From 83b8bfaad1fa3c605c6bede99d49fcdb836e57f4 Mon Sep 17 00:00:00 2001 From: Nicki Nixon Date: Wed, 5 Nov 2025 14:19:06 -0700 Subject: [PATCH 4/4] oops --- openapi/mx_platform_api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/mx_platform_api.yml b/openapi/mx_platform_api.yml index bbb2091..4bc0767 100644 --- a/openapi/mx_platform_api.yml +++ b/openapi/mx_platform_api.yml @@ -8249,7 +8249,7 @@ components: description: |- Filter transactions belonging to any specified `category_guid[]` in url. - For example, `?category_guid[]=CAT-7829f71c-2e8c-afa5-2f55-fa3634b8987`. + For example, `?category_guid[]=CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874`. in: query schema: type: array