Whoops: Put /events parameters object in the right part of the api tree.

This commit is contained in:
Kegan Dougal 2014-09-02 12:09:47 +01:00
parent 5539251d82
commit 4ac80b8570

View file

@ -15,9 +15,7 @@
"summary": "Listen on the event stream",
"notes": "This can only be done by the logged in user. This will block until an event is received, or until the timeout is reached.",
"type": "PaginationChunk",
"nickname": "get_event_stream"
}
],
"nickname": "get_event_stream",
"parameters": [
{
"name": "from",
@ -33,7 +31,10 @@
"type": "integer",
"paramType": "query"
}
]
}
],
"responseMessages": [
{
"code": 400,