From b6d7acada8f73511537a3e8bb0870df9475b73b0 Mon Sep 17 00:00:00 2001 From: katarzyna_koltun Date: Fri, 4 Sep 2026 13:43:07 +0200 Subject: [PATCH 01/13] PMP API - supported PMP versions --- .../apidocs/private-mendix-platform/build-api.md | 4 ++++ .../apidocs/private-mendix-platform/deploy-api.md | 4 ++++ .../apidocs/private-mendix-platform/group-api-v2.md | 4 ++++ .../apidocs/private-mendix-platform/group-api.md | 4 ++++ .../apidocs/private-mendix-platform/marketplace-api.md | 4 ++++ .../apidocs/private-mendix-platform/pipeline-api-v2.md | 4 ++++ .../apidocs/private-mendix-platform/pipeline-api.md | 4 ++++ .../apidocs/private-mendix-platform/project-api-v2.md | 4 ++++ .../apidocs/private-mendix-platform/project-api.md | 4 ++++ .../apidocs-mxsdk/apidocs/private-mendix-platform/user-api.md | 4 ++++ 10 files changed, 40 insertions(+) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/build-api.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/build-api.md index 2cd754c0e9e..5c9cde2b667 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/build-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/build-api.md @@ -24,6 +24,10 @@ The Private Mendix Platform Build API allows you to manage app packages in Priva * Download a specified package in SBOM format. * Lock or unlock a specified package. +## Supported Private Mendix Platform Version + +This API is available in Private Mendix Platform [VERSION] and newer. + ## API Reference {{< swaggerui src="/openapi-spec/openapi-build-v1.yaml" >}} diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/deploy-api.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/deploy-api.md index e71ff270374..3a49781f0ac 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/deploy-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/deploy-api.md @@ -24,6 +24,10 @@ The Private Mendix Platform Deploy API allows you to manage environments in Priv * Deploy a package or apply changes for a specified environment. * Get a dashboard with all environments created for the application. +## Supported Private Mendix Platform Version + +This API is available in Private Mendix Platform [VERSION] and newer. + ## API Reference {{< swaggerui src="/openapi-spec/openapi-deploy-v1.yaml" >}} diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api-v2.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api-v2.md index 361a462dd22..22ba2c000b1 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api-v2.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api-v2.md @@ -27,6 +27,10 @@ The Private Mendix Platform Group API version 2 allows you to manage user groups * Update the deployment purpose of cluster namespace. * Remove cluster namespaces from the group. +## Supported Private Mendix Platform Version + +This API is available in Private Mendix Platform 2.7 and newer. + {{% alert color="info" %}} For information about Group API version 1, see [Group API - Version 1](/apidocs-mxsdk/apidocs/private-platform-group-api/). {{% /alert %}} diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md index d19ef1d1230..590fb9a39f4 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md @@ -23,6 +23,10 @@ The Private Mendix Platform Group API version 1 allows you to manage user groups * Update group member roles. * Add or remove members from a group. +## Supported Private Mendix Platform Version + +This API is available in Private Mendix Platform [VERSION] and newer. + {{% alert color="info" %}} For information about Group API version 2, see [Group API - Version 2](/apidocs-mxsdk/apidocs/private-platform-group-api-v2/). {{% /alert %}} diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/marketplace-api.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/marketplace-api.md index d794a6aac31..46ff0550317 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/marketplace-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/marketplace-api.md @@ -32,6 +32,10 @@ The Private Mendix Platform Marketplace API allows you to manage the Marketplace * Get a single subcategory by ID. * Create, update, or delete a subcategory. +## Supported Private Mendix Platform Version + +This API is available in Private Mendix Platform [VERSION] and newer. + ## API Reference {{< swaggerui src="/openapi-spec/openapi-marketplace-v1.yaml" >}} diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api-v2.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api-v2.md index d257f7742ea..5620fcda24a 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api-v2.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api-v2.md @@ -20,6 +20,10 @@ The Private Mendix Platform Pipeline API version 2 allows you to manage pipeline * Create and run a pipeline for build or deployment. * Approve or reject a manual step of a waiting pipeline. +## Supported Private Mendix Platform Version + +This API is available in Private Mendix Platform 2.7 and newer. + {{% alert color="info" %}} For information about Pipeline API version 1, see [Pipeline API - Version 1](/apidocs-mxsdk/apidocs/private-platform-pipeline-api/). {{% /alert %}} diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api.md index d578091ab8b..ac4ae141da6 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api.md @@ -20,6 +20,10 @@ The Private Mendix Platform Pipeline API version 1 allows you to manage pipeline * Create a pipeline for build or deployment. * Approve or reject a manual step of a waiting pipeline. +## Supported Private Mendix Platform Version + +This API is available in Private Mendix Platform [VERSION] and newer. + {{% alert color="info" %}} For information about Pipeline API version 2, see [Pipeline API - Version 2](/apidocs-mxsdk/apidocs/private-platform-pipeline-api-v2/). {{% /alert %}} diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api-v2.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api-v2.md index b3270c56dc1..a59ed54b08f 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api-v2.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api-v2.md @@ -26,6 +26,10 @@ The Private Mendix Platform Project API version 2 allows you to manage projects * Get the groups or users with which the project is shared. * Add or remove members and groups from a project. +## Supported Private Mendix Platform Version + +This API is available in Private Mendix Platform 2.7 and newer. + {{% alert color="info" %}} For information about Project API version 1, see [Project API - Version 1](/apidocs-mxsdk/apidocs/private-platform-project-api/). {{% /alert %}} diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api.md index 255c5c4e888..fef7a81411d 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api.md @@ -25,6 +25,10 @@ The Private Mendix Platform Project API version 1 allows you to manage projects * Get all project team members. * Add or remove members and groups from a project. +## Supported Private Mendix Platform Version + +This API is available in Private Mendix Platform [VERSION] and newer. + {{% alert color="info" %}} For information about Project API version 2, see [Project API - Version 2](/apidocs-mxsdk/apidocs/private-platform-project-api-v2/). {{% /alert %}} diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/user-api.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/user-api.md index 1083739016f..7ffd5855947 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/user-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/user-api.md @@ -21,6 +21,10 @@ The Private Mendix Platform User API allows you to manage users in Private Mendi * Create, update, or delete a user. * Change the password of a user with a specific ID. +## Supported Private Mendix Platform Version + +This API is available in Private Mendix Platform [VERSION] and newer. + ## API Reference {{< swaggerui src="/openapi-spec/openapi-user-v1.yaml" >}} From 3c1a3b512b53a35503b5a94080d33baa2a66b8ce Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 11 Sep 2026 12:02:17 +0200 Subject: [PATCH 02/13] Update build-api.md --- .../apidocs-mxsdk/apidocs/private-mendix-platform/build-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/build-api.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/build-api.md index 5c9cde2b667..5b3bfb46a8e 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/build-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/build-api.md @@ -26,7 +26,7 @@ The Private Mendix Platform Build API allows you to manage app packages in Priva ## Supported Private Mendix Platform Version -This API is available in Private Mendix Platform [VERSION] and newer. +This API is available in Private Mendix Platform 2.7 and newer. ## API Reference From b24ba3844a11fb3478391e7931f04e97f46eab8e Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 11 Sep 2026 12:02:37 +0200 Subject: [PATCH 03/13] Update supported version for deploy API documentation --- .../apidocs-mxsdk/apidocs/private-mendix-platform/deploy-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/deploy-api.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/deploy-api.md index 3a49781f0ac..708eded821e 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/deploy-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/deploy-api.md @@ -26,7 +26,7 @@ The Private Mendix Platform Deploy API allows you to manage environments in Priv ## Supported Private Mendix Platform Version -This API is available in Private Mendix Platform [VERSION] and newer. +This API is available in Private Mendix Platform 2.7 and newer. ## API Reference From 8d65cbf5083943b2cb18fa5f1ffbc926fb365a5c Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 11 Sep 2026 13:05:22 +0200 Subject: [PATCH 04/13] Update group-api.md --- .../apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md index 590fb9a39f4..d62510d19ac 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md @@ -25,7 +25,7 @@ The Private Mendix Platform Group API version 1 allows you to manage user groups ## Supported Private Mendix Platform Version -This API is available in Private Mendix Platform [VERSION] and newer. +This API is available in Private Mendix Platform 1.5 and newer. {{% alert color="info" %}} For information about Group API version 2, see [Group API - Version 2](/apidocs-mxsdk/apidocs/private-platform-group-api-v2/). From 7bb7e456ebf79223a0961cf3dd397e262ba29f63 Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 11 Sep 2026 13:06:28 +0200 Subject: [PATCH 05/13] Update marketplace-api.md --- .../apidocs/private-mendix-platform/marketplace-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/marketplace-api.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/marketplace-api.md index 46ff0550317..f6342198a9c 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/marketplace-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/marketplace-api.md @@ -34,7 +34,7 @@ The Private Mendix Platform Marketplace API allows you to manage the Marketplace ## Supported Private Mendix Platform Version -This API is available in Private Mendix Platform [VERSION] and newer. +This API is available in Private Mendix Platform 1.5 and newer. ## API Reference From 3b3b0cf29b0044db67660b987bcaa787ba4a492d Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 11 Sep 2026 13:06:48 +0200 Subject: [PATCH 06/13] Update supported version for Pipeline API --- .../apidocs/private-mendix-platform/pipeline-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api.md index ac4ae141da6..857ff3c2bcb 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api.md @@ -22,7 +22,7 @@ The Private Mendix Platform Pipeline API version 1 allows you to manage pipeline ## Supported Private Mendix Platform Version -This API is available in Private Mendix Platform [VERSION] and newer. +This API is available in Private Mendix Platform 1.5 and newer. {{% alert color="info" %}} For information about Pipeline API version 2, see [Pipeline API - Version 2](/apidocs-mxsdk/apidocs/private-platform-pipeline-api-v2/). From 8a438c46ef13884d52ac4038aeb9258b37ca2d84 Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 11 Sep 2026 13:07:08 +0200 Subject: [PATCH 07/13] Update supported version for Project API documentation --- .../apidocs/private-mendix-platform/project-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api.md index fef7a81411d..6b1cc1734eb 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api.md @@ -27,7 +27,7 @@ The Private Mendix Platform Project API version 1 allows you to manage projects ## Supported Private Mendix Platform Version -This API is available in Private Mendix Platform [VERSION] and newer. +This API is available in Private Mendix Platform 1.5 and newer. {{% alert color="info" %}} For information about Project API version 2, see [Project API - Version 2](/apidocs-mxsdk/apidocs/private-platform-project-api-v2/). From 0092dce3761edb7b685bf29fdf1e3709c56b0375 Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 11 Sep 2026 13:07:39 +0200 Subject: [PATCH 08/13] Update supported version for user API documentation --- .../apidocs-mxsdk/apidocs/private-mendix-platform/user-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/user-api.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/user-api.md index 7ffd5855947..6ce67819752 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/user-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/user-api.md @@ -23,7 +23,7 @@ The Private Mendix Platform User API allows you to manage users in Private Mendi ## Supported Private Mendix Platform Version -This API is available in Private Mendix Platform [VERSION] and newer. +This API is available in Private Mendix Platform 1.5 and newer. ## API Reference From 80476f9ce00c72078a37a0ae08d367f35dc47c57 Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 11 Sep 2026 13:09:08 +0200 Subject: [PATCH 09/13] Update supported version for Group API --- .../apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md index d62510d19ac..bf59419c544 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md @@ -25,7 +25,7 @@ The Private Mendix Platform Group API version 1 allows you to manage user groups ## Supported Private Mendix Platform Version -This API is available in Private Mendix Platform 1.5 and newer. +This API is available in Private Mendix Platform 2.0 and newer. {{% alert color="info" %}} For information about Group API version 2, see [Group API - Version 2](/apidocs-mxsdk/apidocs/private-platform-group-api-v2/). From 4f8fb78340fb098b3c9cc0bbf413254a0864cfa4 Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:49:21 +0200 Subject: [PATCH 10/13] Update supported version for Group API documentation --- .../apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md index bf59419c544..d62510d19ac 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api.md @@ -25,7 +25,7 @@ The Private Mendix Platform Group API version 1 allows you to manage user groups ## Supported Private Mendix Platform Version -This API is available in Private Mendix Platform 2.0 and newer. +This API is available in Private Mendix Platform 1.5 and newer. {{% alert color="info" %}} For information about Group API version 2, see [Group API - Version 2](/apidocs-mxsdk/apidocs/private-platform-group-api-v2/). From a8e459ac1a88b1f6205b620dfc3a50fec7b19340 Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:49:58 +0200 Subject: [PATCH 11/13] Update supported version for Group API documentation --- .../apidocs/private-mendix-platform/group-api-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api-v2.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api-v2.md index 22ba2c000b1..4bfa375f7bd 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api-v2.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/group-api-v2.md @@ -29,7 +29,7 @@ The Private Mendix Platform Group API version 2 allows you to manage user groups ## Supported Private Mendix Platform Version -This API is available in Private Mendix Platform 2.7 and newer. +This API is available in Private Mendix Platform 2.x and newer. {{% alert color="info" %}} For information about Group API version 1, see [Group API - Version 1](/apidocs-mxsdk/apidocs/private-platform-group-api/). From a71ee1b2d6669f279aba69627850570c745bbd0d Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:50:22 +0200 Subject: [PATCH 12/13] Update supported version for Pipeline API documentation --- .../apidocs/private-mendix-platform/pipeline-api-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api-v2.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api-v2.md index 5620fcda24a..d05bf830c4e 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api-v2.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/pipeline-api-v2.md @@ -22,7 +22,7 @@ The Private Mendix Platform Pipeline API version 2 allows you to manage pipeline ## Supported Private Mendix Platform Version -This API is available in Private Mendix Platform 2.7 and newer. +This API is available in Private Mendix Platform 2.x and newer. {{% alert color="info" %}} For information about Pipeline API version 1, see [Pipeline API - Version 1](/apidocs-mxsdk/apidocs/private-platform-pipeline-api/). From 0e87d91cd3d8eb227c509a36b62ab30b9a0c85e2 Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:51:02 +0200 Subject: [PATCH 13/13] Update supported version for Project API documentation --- .../apidocs/private-mendix-platform/project-api-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api-v2.md b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api-v2.md index a59ed54b08f..9e3beec470e 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api-v2.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/private-mendix-platform/project-api-v2.md @@ -28,7 +28,7 @@ The Private Mendix Platform Project API version 2 allows you to manage projects ## Supported Private Mendix Platform Version -This API is available in Private Mendix Platform 2.7 and newer. +This API is available in Private Mendix Platform 2.x and newer. {{% alert color="info" %}} For information about Project API version 1, see [Project API - Version 1](/apidocs-mxsdk/apidocs/private-platform-project-api/).