# HG changeset patch # User Alain Mazy # Date 1768902607 -3600 # Node ID a0118aa868ba73e65651f0372cf1052db2a8ac69 # Parent f14ef0ff5b1e5f7080b2726cadc7d8b4abb3f807 clarify 'builtin' default value diff -r f14ef0ff5b1e -r a0118aa868ba Sphinx/source/users/lua.rst --- a/Sphinx/source/users/lua.rst Tue Dec 23 13:22:53 2025 +0100 +++ b/Sphinx/source/users/lua.rst Tue Jan 20 10:50:07 2026 +0100 @@ -208,8 +208,8 @@ * ``builtin`` is an optional Boolean that specifies whether the request targets only the built-in REST API of Orthanc (if set to - ``true``), or the full the REST API after being tainted by plugins - (if set to ``false``). + ``true``), or the full REST API after being tainted by plugins + (if set to ``false`` - this is the default value). * ``headers`` is an optional argument and was added in release 1.5.7. It allows to provide the REST API endpoint with HTTP headers.