diff --git a/src/ref/apis/auto/lifetime-deployment-api-v2.final.md b/src/ref/apis/auto/lifetime-deployment-api-v2.final.md index 112422120..54ad72300 100644 --- a/src/ref/apis/auto/lifetime-deployment-api-v2.final.md +++ b/src/ref/apis/auto/lifetime-deployment-api-v2.final.md @@ -85,9 +85,9 @@ Scheme | [GET /environments/{EnvironmentKey}/applications/{ApplicationKey}/sourcecodeaccess/{PackageKey}/download](#get-environments-environmentkey-applications-applicationkey-sourcecodeaccess-packagekey-download) | Returns a link where the source code package can be downloaded. The link will expire in 60 minutes. This endpoint requires LifeTime version 11.21.1 and Platform Server 11.27.0, or higher. | | [GET /environments/{EnvironmentKey}/applications/{ApplicationKey}/sourcecodeaccess/{PackageKey}/status/](#get-environments-environmentkey-applications-applicationkey-sourcecodeaccess-packagekey-status) | Returns the details of a given source code packaging execution, including the status and messages. This endpoint requires LifeTime version 11.21.1 and Platform Server 11.27.0, or higher. | | [POST /environments/{EnvironmentKey}/applications/{ApplicationKey}/versions/](#post-environments-environmentkey-applications-applicationkey-versions) | Creates a new version of the application based on the current running application. | -| [POST /environments/{EnvironmentKey}/modules/{ModuleKey}/sourcecodeaccess/](#post-environments-environmentkey-modules-modulekey-sourcecodeaccess) | Request the creation of the source code package of the module to be downloaded. This endpoint requires LifeTime version 11.21.1 and Platform Server 11.27.0, or higher. | -| [GET /environments/{EnvironmentKey}/modules/{ModuleKey}/sourcecodeaccess/{PackageKey}/download/](#get-environments-environmentkey-modules-modulekey-sourcecodeaccess-packagekey-download) | Returns a link where the module's source code package can be downloaded. The link will expire in 60 minutes. This endpoint requires LifeTime version 11.21.1 and Platform Server 11.27.0, or higher. | -| [GET /environments/{EnvironmentKey}/modules/{ModuleKey}/sourcecodeaccess/{PackageKey}/status/](#get-environments-environmentkey-modules-modulekey-sourcecodeaccess-packagekey-status) | Returns the details of a given module's source code packaging execution, including the status and messages. This endpoint requires LifeTime version 11.21.1 and Platform Server 11.27.0, or higher. | +| [POST /environments/{EnvironmentKey}/modules/{ModuleKey}/sourcecodeaccess/](#post-environments-environmentkey-modules-modulekey-sourcecodeaccess) | Request the creation of the source code package of the module to be downloaded. This endpoint requires LifeTime version 11.21.1 and Platform Server 11.28.0, or higher. | +| [GET /environments/{EnvironmentKey}/modules/{ModuleKey}/sourcecodeaccess/{PackageKey}/download/](#get-environments-environmentkey-modules-modulekey-sourcecodeaccess-packagekey-download) | Returns a link where the module's source code package can be downloaded. The link will expire in 60 minutes. This endpoint requires LifeTime version 11.21.1 and Platform Server 11.28.0, or higher. | +| [GET /environments/{EnvironmentKey}/modules/{ModuleKey}/sourcecodeaccess/{PackageKey}/status/](#get-environments-environmentkey-modules-modulekey-sourcecodeaccess-packagekey-status) | Returns the details of a given module's source code packaging execution, including the status and messages. This endpoint requires LifeTime version 11.21.1 and Platform Server 11.28.0, or higher. | | [GET /environments/{EnvironmentKey}/deploymentzones/](#get-environments-environmentkey-deploymentzones) | Returns information about the deployment zones available in a given environment. | | [GET /environments/{EnvironmentKey}/templates/](#get-environments-environmentkey-templates) | Returns information about the templates available in a given environment. This endpoint is available as of LifeTime version 11.5.0. | | [GET /environments/{EnvironmentKey}/content_security_policies/](#get-environments-environmentkey-content_security_policies) | Returns information about the Content Security Policy in a given environment. This endpoint is available as of LifeTime version 11.10.3. |