From 4599eb6ce85bd2052f2c748b40ff67f03390bab8 Mon Sep 17 00:00:00 2001 From: Myriam Bouchemit Date: Mon, 10 Dec 2018 14:54:08 +0100 Subject: [PATCH] userID optionnel --- php/rest/getParameterList.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/rest/getParameterList.php b/php/rest/getParameterList.php index 348abc5..3f2d257 100644 --- a/php/rest/getParameterList.php +++ b/php/rest/getParameterList.php @@ -6,8 +6,8 @@ * @apiName getParameterList * @apiGroup webservices * - * @apiParam {String} userID Identifier of the user in AMDA. - * @apiParam {String} password password of the user in AMDA. + * @apiParam {String} [userID] Identifier of the user in AMDA (*mandatory for user owned data*) + * @apiParam {String} [password] Password of the user in AMDA (*mandatory for user owned data*) * * @apiSuccess {String} success `true` * @apiSuccess {String} URL of the XML file, which contains the list of derived parameters and parameters in AMDA -- libgit2 0.21.2