From aba46370cadc120bf09c82d7344d63418357571e Mon Sep 17 00:00:00 2001 From: Genevieve Nuebel Date: Wed, 18 Feb 2026 14:38:54 -0700 Subject: [PATCH 1/2] Update v20111101 to trigger dispatch --- openapi/v20111101.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/openapi/v20111101.yml b/openapi/v20111101.yml index d46236f..1390cb6 100644 --- a/openapi/v20111101.yml +++ b/openapi/v20111101.yml @@ -7,7 +7,6 @@ info: The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions. Just getting started? See our [use case guides](/use-cases/). - Test title: MX Platform API version: '20111101' servers: From 9d769049d71cf0cc5fde487a4dcaa06e3e638d86 Mon Sep 17 00:00:00 2001 From: Genevieve Nuebel Date: Wed, 18 Feb 2026 14:40:51 -0700 Subject: [PATCH 2/2] Fix most recent job field types --- openapi/v20111101.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi/v20111101.yml b/openapi/v20111101.yml index 1390cb6..6d56860 100644 --- a/openapi/v20111101.yml +++ b/openapi/v20111101.yml @@ -5452,11 +5452,11 @@ components: most_recent_job_detail_text: example: null nullable: true - type: boolean + type: string most_recent_job_guid: example: JOB-12345678-90ab-cdef-1234-567890abcdef nullable: true - type: boolean + type: string name: example: MX Bank nullable: true