From 4819be7d11be9374437aa412111ab49dd8980976 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Thu, 9 Mar 2017 09:09:25 +0100 Subject: [PATCH] Fix link in account REST API documentation Change-Id: I99f116462b0a59c3f036a55416398bef6e9e7f8e Signed-off-by: Edwin Kempin --- Documentation/rest-api-accounts.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/rest-api-accounts.txt b/Documentation/rest-api-accounts.txt index 54941c1804..e784c1c6e3 100644 --- a/Documentation/rest-api-accounts.txt +++ b/Documentation/rest-api-accounts.txt @@ -1840,7 +1840,7 @@ returned. The labels are lexicographically sorted. -- Update star labels on a change. The star labels to be added/removed -must be specified in the request body as link:#star-input[StarInput] +must be specified in the request body as link:#stars-input[StarsInput] entity. Starred changes are returned for the search query `has:stars`. .Request