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: