rabbah commented on a change in pull request #4559: Allow parameters to be 
designated as init time properties
URL: https://github.com/apache/openwhisk/pull/4559#discussion_r316696365
 
 

 ##########
 File path: docs/actions-new.md
 ##########
 @@ -146,7 +146,8 @@ The initialization route is `/init`. It must accept a 
`POST` request with a JSON
     "name" : String,
     "main" : String,
     "code" : String,
-    "binary": Boolean
+    "binary": Boolean,
+    "env": Map[String, JSON Value]
 
 Review comment:
   The commit 
https://github.com/apache/openwhisk/pull/4559/commits/fed8f901915235a9fd81ff4dfe447386db6898d7
 implements normalization of the env vars to a map[string, string].

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to