diff options
-rw-r--r-- | engine/lib/api.php | 3 | ||||
-rw-r--r-- | languages/en.php | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/engine/lib/api.php b/engine/lib/api.php index 4fd474de7..ffb1e16af 100644 --- a/engine/lib/api.php +++ b/engine/lib/api.php @@ -1342,7 +1342,8 @@ function list_all_apis() { /** * The auth.gettoken API. * This API call lets a user log in, returning an authentication token which can be used - * to authenticate a user for a period of time. + * to authenticate a user for a period of time. It is passed in future calls as the parameter + * auth_token. * * @param string $username Username * @param string $password Clear text password diff --git a/languages/en.php b/languages/en.php index c22962d9b..47661501f 100644 --- a/languages/en.php +++ b/languages/en.php @@ -188,7 +188,7 @@ $english = array( * API */ 'system.api.list' => "List all available API calls on the system.", - 'auth.gettoken' => "This API call lets a user obtain an authentication token which can be used for authenticating future API calls.", + 'auth.gettoken' => "This API call lets a user obtain a user authentication token which can be used for authenticating future API calls. Pass it as the parameter auth_token", /** * User details |