From 6d6426143e97ec4ae3eedc4f0d1fbe62bebe997e Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Tue, 13 May 2014 10:30:57 +0200 Subject: [PATCH] MT#4967 Fix html documentation. --- share/templates/api/root/intro.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/templates/api/root/intro.tt b/share/templates/api/root/intro.tt index 61e77eab8f..e026971439 100644 --- a/share/templates/api/root/intro.tt +++ b/share/templates/api/root/intro.tt @@ -77,7 +77,7 @@ Some collections define query paramters to filter the output. Typical use cases Query parameters are appended to the URL like in the following example: -curl -X GET 'https://example.org:1443/api/somecollection/?param_one=1¶m2=something +curl -X GET 'https://example.org:1443/api/somecollection/?param_one=1&param2=something Some query parameters allow wildcard/pattern matching, which is expressed by a '*' like this: