From 69a8c16e58cae90ecfde6fddc1e110db539a6664 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 24 Oct 2018 11:56:51 +0200 Subject: finish first implementation of /version API call for the auditor --- src/auditor-lib/auditor_api_handle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/auditor-lib/auditor_api_handle.h') 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 * -- cgit v1.2.3