diff --git a/doc/AppsDeployment.html b/doc/AppsDeployment.html
index 9850b88..77a255e 100644
--- a/doc/AppsDeployment.html
+++ b/doc/AppsDeployment.html
@@ -350,6 +350,163 @@ Returns:
+ getAppEnv(appGuid) → {Promise.<{running_env_json: Object, application_env_json: Object, system_env_json: Object}>}
+
+
+
+
+
+
+
+ Get full app environment (system-injected vars) via GET /v3/apps/:guid/env.
+Returns running_env_json, application_env_json, system_env_json
+containing VCAP_SERVICES, VCAP_APPLICATION, etc.
+
+
+
+
+
+
+
+
+
+
+ Parameters:
+
+
+