From 774401404ef21531b31def77cb37926256c053e4 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 1 Apr 2017 09:39:14 +0200 Subject: [PATCH] Make title optional in LinkRequest --- api-documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-documentation.md b/api-documentation.md index 3876693..a568075 100644 --- a/api-documentation.md +++ b/api-documentation.md @@ -196,7 +196,7 @@ Return a list of information and settings for the Shaarli instance. ### LinkRequest + url: http://foo.bar (string, optional) - Link URL -+ title: Link title (string, required) - Link title ++ title: Link title (string, optional) - Link title + description (string, optional) - Link description + tags: foo, bar (array[string], optional) - List of tags associated with the link + private: false (boolean, optional) - This flag is set to true when a link is private