diff options
Diffstat (limited to 'web/api/formatters')
-rw-r--r-- | web/api/formatters/json/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/formatters/json/README.md b/web/api/formatters/json/README.md index 8a0e37bf..2bd37bc7 100644 --- a/web/api/formatters/json/README.md +++ b/web/api/formatters/json/README.md @@ -103,7 +103,7 @@ callback({ > Using `format=datatable` and `options=` ```bash -$ curl -Ss 'https://registry.my-netdata.io/api/v1/data?chart=nginx_local.connections&after=-3600&points=6&group=average&formdatatable&options=' +curl -Ss 'https://registry.my-netdata.io/api/v1/data?chart=nginx_local.connections&after=-3600&points=6&group=average&formdatatable&options=' { "cols": [ |