Mercurial > hg > orthanc-book
changeset 1254:a0118aa868ba
clarify 'builtin' default value
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Tue, 20 Jan 2026 10:50:07 +0100 |
| parents | f14ef0ff5b1e |
| children | 1a53f72a402d |
| files | Sphinx/source/users/lua.rst |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.
