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:
parent
d0a6392ba9
commit
2091edbea1
@ -16,7 +16,7 @@ the returned results.
|
|||||||
|
|
||||||
Query for open changes of watched projects:
|
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
|
HTTP/1.1 200 OK
|
||||||
Content-Disposition: attachment
|
Content-Disposition: attachment
|
||||||
|
Loading…
Reference in New Issue
Block a user