From: Galen Charlton Date: Wed, 8 Nov 2017 17:30:07 +0000 (-0500) Subject: LP#1724915: update the API doc for open-ils.auth.session.retrieve X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fgmcharlt%2Flp1724915_signoff;p=working%2FEvergreen.git LP#1724915: update the API doc for open-ils.auth.session.retrieve Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/c-apps/oils_auth.c b/Open-ILS/src/c-apps/oils_auth.c index 35199e8394..b87d1ca6a1 100644 --- a/Open-ILS/src/c-apps/oils_auth.c +++ b/Open-ILS/src/c-apps/oils_auth.c @@ -104,7 +104,7 @@ int osrfAppInitialize() { "returned to the caller along with the user object. If a 3rd " "non-zero parameter is passed, the auth timeout will not be reset." "Returns the user object (password blanked) for the given login session " - "PARAMS( authToken )", 1, 0 ); + "PARAMS( authToken[, returnTime[, doNotResetSession]] )", 1, 0 ); osrfAppRegisterMethod( MODULENAME,