mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +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",
|
||||
"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"
|
||||
|
|
Loading…
Reference in a new issue