From 2cf28436a06f9e533995915e9944faa9a316735a Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Sun, 21 Aug 2016 23:20:08 +0900 Subject: [PATCH] Add anchor on query options section in changes REST API documentation This will allow external pages to directly link to that section. Change-Id: If8dc05ea164dde64d6892ef8e66d6902abd3479d --- Documentation/rest-api-changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt index 29b8c5f30f..ec1335bc1e 100644 --- a/Documentation/rest-api-changes.txt +++ b/Documentation/rest-api-changes.txt @@ -192,6 +192,7 @@ Query that retrieves changes for a user's dashboard: get::/changes/?q=is:open+owner:self&q=is:open+reviewer:self+-owner:self&q=is:closed+owner:self+limit:5&o=LABELS **** +[[query-options]] Additional fields can be obtained by adding `o` parameters, each option requires more database lookups and slows down the query response time to the client so they are generally disabled by