Fix incorrect API example in the documentation

fixes #12473
This commit is contained in:
Gunnar Beutner 2016-08-18 10:06:29 +02:00
parent 418a00041b
commit 6629277157
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ as query string, e.g. a space character becomes `%20`.
Example for a URL-encoded query string:
/v1/objects/hosts?filter=match(%22example.localdomain*%22,host.name)&attrs=host.name&attrs=host.state
/v1/objects/hosts?filter=match(%22example.localdomain*%22,host.name)&attrs=name&attrs=state
Here are the exact same query parameters as a JSON object: