Fix example request for REST '/changes/' endpoint

There was a syntax error in the example request.

Change-Id: I083f336350bc321fcdd445c7b185fc5992067dbf
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin 2013-01-23 19:07:38 +01:00
parent d0a6392ba9
commit 2091edbea1

View File

@ -16,7 +16,7 @@ the returned results.
Query for open changes of watched projects:
----
GET /changes/q=status:open+is:watched&n=2 HTTP/1.0
GET /changes/?q=status:open+is:watched&n=2 HTTP/1.0
HTTP/1.1 200 OK
Content-Disposition: attachment