mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-12 23:07:06 +00:00
Add simple docs of the new shared
API parameter (#312)
This commit is contained in:
parent
2f0dd0db0d
commit
eadae32eb3
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,7 @@ Example response:
|
||||||
"website_description": "Website description",
|
"website_description": "Website description",
|
||||||
"is_archived": false,
|
"is_archived": false,
|
||||||
"unread": false,
|
"unread": false,
|
||||||
|
"shared": false,
|
||||||
"tag_names": [
|
"tag_names": [
|
||||||
"tag1",
|
"tag1",
|
||||||
"tag2"
|
"tag2"
|
||||||
|
@ -97,6 +98,7 @@ Example payload:
|
||||||
"description": "Example description",
|
"description": "Example description",
|
||||||
"is_archived": false,
|
"is_archived": false,
|
||||||
"unread": false,
|
"unread": false,
|
||||||
|
"shared": false,
|
||||||
"tag_names": [
|
"tag_names": [
|
||||||
"tag1",
|
"tag1",
|
||||||
"tag2"
|
"tag2"
|
||||||
|
|
Loading…
Reference in a new issue