# HG changeset patch # User Sebastien Jodogne # Date 1435844755 -7200 # Node ID 1d109322f5d3f7781ad613d2b7a31f0c25479197 # Parent 6a9daad345c10933b66cc9bc1e027a82b04196ca comment diff -r 6a9daad345c1 -r 1d109322f5d3 Resources/Samples/Lua/OnStableStudy.lua --- 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)