From eadae32eb3e090326d58e888a10967edaa12b7b8 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Fri, 5 Aug 2022 01:34:03 -0600 Subject: [PATCH] Add simple docs of the new `shared` API parameter (#312) --- docs/API.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/API.md b/docs/API.md index 93a981f..3e4f50b 100644 --- a/docs/API.md +++ b/docs/API.md @@ -49,6 +49,7 @@ Example response: "website_description": "Website description", "is_archived": false, "unread": false, + "shared": false, "tag_names": [ "tag1", "tag2" @@ -97,6 +98,7 @@ Example payload: "description": "Example description", "is_archived": false, "unread": false, + "shared": false, "tag_names": [ "tag1", "tag2"