LP#1724915: update the API doc for open-ils.auth.session.retrieve user/gmcharlt/lp1724915_signoff
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 8 Nov 2017 17:30:07 +0000 (12:30 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 8 Nov 2017 17:34:45 +0000 (12:34 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/c-apps/oils_auth.c

index 35199e8..b87d1ca 100644 (file)
@@ -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,