fix an invalid json in api examples

pull/10401/head
Christophe Bliard 3 years ago
parent ccfbb61ad8
commit 014cb68a18
No known key found for this signature in database
GPG Key ID: 2BC07603210C3FA4
  1. 2
      docs/api/apiv3/tags/filters.yml

@ -16,7 +16,7 @@ description: |-
```json
[
{ "<filter name>": { "operator": "<operator>", "values": [<value>, ...] },
{ "<filter name>": { "operator": "<operator>", "values": [<value>, ...] } },
...
]
```

Loading…
Cancel
Save