Add simple docs of the new shared API parameter (#312)

This commit is contained in:
Aaron Bach 2022-08-05 01:34:03 -06:00 committed by GitHub
parent 2f0dd0db0d
commit eadae32eb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"