From 75c00015a1e821b98b69bb1576e6a7556046a808 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 3 Jan 2021 10:56:25 -0500 Subject: [PATCH] Improved JSON URL query documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1dde0d..c8a6a42 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ As an example, the `/json/urls/{KEY}` response might return something like this: } ``` -You can pass in attributes to the `/json/urls/{KEY}` such as `privacy=` which escapes the passwords and secret tokens when returning the response. You can also set `tag=` and filter the returned results based on the tags you specify (delimited by a comma if more the one). +You can pass in attributes to the `/json/urls/{KEY}` such as `privacy=1` which hides the passwords and secret tokens when returning the response. You can also set `tag=` and filter the returned results based on a comma separated set of tags. if no `tag=` is specified, then `tag=all` is used as the default. Here is an example using `curl` as to how someone might send a notification to everyone associated with the tag `abc123` (using `/notify/{key}`):