Commit 4599eb6ce85bd2052f2c748b40ff67f03390bab8
1 parent
4f4dee12
Exists in
master
and in
107 other branches
userID optionnel
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
php/rest/getParameterList.php
@@ -6,8 +6,8 @@ | @@ -6,8 +6,8 @@ | ||
6 | * @apiName getParameterList | 6 | * @apiName getParameterList |
7 | * @apiGroup webservices | 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 | * @apiSuccess {String} success `true` | 12 | * @apiSuccess {String} success `true` |
13 | * @apiSuccess {String} URL of the XML file, which contains the list of derived parameters and parameters in AMDA | 13 | * @apiSuccess {String} URL of the XML file, which contains the list of derived parameters and parameters in AMDA |