Commit 4599eb6ce85bd2052f2c748b40ff67f03390bab8

Authored by Myriam Bouchemit
1 parent 4f4dee12

userID optionnel

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
php/rest/getParameterList.php
... ... @@ -6,8 +6,8 @@
6 6 * @apiName getParameterList
7 7 * @apiGroup webservices
8 8 *
9   - * @apiParam {String} userID Identifier of the user in AMDA.
10   - * @apiParam {String} password password of the user in AMDA.
  9 + * @apiParam {String} [userID] Identifier of the user in AMDA (*mandatory for user owned data*)
  10 + * @apiParam {String} [password] Password of the user in AMDA (*mandatory for user owned data*)
11 11 *
12 12 * @apiSuccess {String} success `true`
13 13 * @apiSuccess {String} URL of the XML file, which contains the list of derived parameters and parameters in AMDA
... ...