Lua function call documentation?

Is there documentation for Lua function calls somewhere? For instance, in https://book.orthanc-server.com/users/lua.html the example “ModifyInstance(instanceId, replace, remove, true)” is used, but it’s not clear what the “true” is there (Force? RemovePrivateTags?)

Daniel

All the Lua documentation is on this page:
https://book.orthanc-server.com/users/lua.html

Feel free to improve it if need be:
https://hg.orthanc-server.com/orthanc-book/file/default/README.md

Source code of Lua functions in Orthanc is here:
https://hg.orthanc-server.com/orthanc/file/Orthanc-1.8.2/OrthancFramework/Sources/Lua/LuaContext.cpp

https://hg.orthanc-server.com/orthanc/file/Orthanc-1.8.2/OrthancServer/Sources/LuaScripting.cpp

Sébastien-