mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-06 14:55:05 -04:00
Whoops: Put /events parameters object in the right part of the api tree.
This commit is contained in:
parent
5539251d82
commit
4ac80b8570
1 changed files with 18 additions and 17 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue