mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Whoops: Put /events parameters object in the right part of the api tree.
This commit is contained in:
parent
5539251d82
commit
4ac80b8570
@ -15,9 +15,7 @@
|
|||||||
"summary": "Listen on the event stream",
|
"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.",
|
"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",
|
"type": "PaginationChunk",
|
||||||
"nickname": "get_event_stream"
|
"nickname": "get_event_stream",
|
||||||
}
|
|
||||||
],
|
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"name": "from",
|
"name": "from",
|
||||||
@ -33,7 +31,10 @@
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"paramType": "query"
|
"paramType": "query"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
"responseMessages": [
|
"responseMessages": [
|
||||||
{
|
{
|
||||||
"code": 400,
|
"code": 400,
|
||||||
|
Loading…
Reference in New Issue
Block a user