/**
* 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
* 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