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" >}}