changeset 1458:1d109322f5d3

comment
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Jul 2015 15:45:55 +0200
parents 6a9daad345c1
children 040d58493998
files Resources/Samples/Lua/OnStableStudy.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/Samples/Lua/OnStableStudy.lua	Thu Jul 02 15:45:15 2015 +0200
+++ b/Resources/Samples/Lua/OnStableStudy.lua	Thu Jul 02 15:45:55 2015 +0200
@@ -38,7 +38,7 @@
       command['Remove'] = remove
       command['Replace'] = replace
 
-      -- Modify the instance, send it, then delete the modified instance
+      -- Modify the entire study in one single call
       local m = RestApiPost('/studies/' .. studyId .. '/modify',
                             DumpJson(command))
       print('Modified study: ' .. m)