From ecb4e5f86b2b4c90a72a6514184ea361f003469d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aitor=20Mag=C3=A1n=20Garc=C3=ADa?= Date: Fri, 27 Mar 2015 16:43:42 +0100 Subject: [PATCH] Fix minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 796ca878..2c6ca2c3 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ A dict with the data request comment (`id`, `user_id`, `datarequest_id`, `time` Action to retrieve a comment. Access rights will be checked before getting the comment and a `NotAuthorized` exception will be risen if the user is not allowed to get the comment ##### Parameters (included in `data_dict`): -* **`datarequest_id`** (string): The ID of the comment to be retrieved +* **`id`** (string): The ID of the comment to be retrieved ##### Returns: A dict with the following fields: `id`, `user_id`, `datarequest_id`, `time` and `comment`