From 2d15f3dc421b3b5ea1d0496384c5522271a60636 Mon Sep 17 00:00:00 2001 From: Michal Vala Date: Fri, 19 Dec 2025 14:24:27 +0100 Subject: [PATCH] Update most_recent_job_guid type to string Changed 'most_recent_job_guid' type from boolean to string. --- 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 15a1c2a..e0e7488 100644 --- a/openapi/mx_platform_api.yml +++ b/openapi/mx_platform_api.yml @@ -5455,7 +5455,7 @@ components: most_recent_job_guid: example: JOB-12345678-90ab-cdef-1234-567890abcdef nullable: true - type: boolean + type: string name: example: MX Bank nullable: true