diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-10-24 11:56:51 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-10-24 11:56:51 +0200 |
commit | 69a8c16e58cae90ecfde6fddc1e110db539a6664 (patch) | |
tree | a2fbbc7a2fb1879bbe06ff85a63b1f92737d5194 /src/auditor-lib/auditor_api_handle.h | |
parent | d83c840d256f93e603ea1e9d3aaf646f957eb841 (diff) |
finish first implementation of /version API call for the auditor
Diffstat (limited to 'src/auditor-lib/auditor_api_handle.h')
-rw-r--r-- | src/auditor-lib/auditor_api_handle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor-lib/auditor_api_handle.h b/src/auditor-lib/auditor_api_handle.h index 6d7f4cf8..c3c73f5c 100644 --- a/src/auditor-lib/auditor_api_handle.h +++ b/src/auditor-lib/auditor_api_handle.h @@ -48,7 +48,7 @@ MAH_handle_is_ready (struct TALER_AUDITOR_Handle *h); * Obtain the URL to use for an API request. * * @param h the auditor handle to query - * @param path Taler API path (i.e. "/reserve/withdraw") + * @param path Taler API path (i.e. "/deposit-confirmation") * @return the full URL to use with cURL */ char * @@ -60,7 +60,7 @@ MAH_path_to_url (struct TALER_AUDITOR_Handle *h, * Obtain the URL to use for an API request. * * @param base_url base URL of the auditor (i.e. "http://auditor/") - * @param path Taler API path (i.e. "/reserve/withdraw") + * @param path Taler API path (i.e. "/deposit-confirmation") * @return the full URL to use with cURL */ char * |