Skip to content
Snippets Groups Projects
Commit 7bff9b62 authored by Kegan Dougal's avatar Kegan Dougal Committed by Emmanuel ROHEE
Browse files

Minor spec tweaks.

parent 24f0bb4a
No related branches found
No related tags found
No related merge requests found
...@@ -755,15 +755,17 @@ There are several APIs provided to ``GET`` events for a room: ...@@ -755,15 +755,17 @@ There are several APIs provided to ``GET`` events for a room:
Description: Description:
Get all ``m.room.member`` state events. Get all ``m.room.member`` state events.
Response format: Response format:
``{ "start": "token", "end": "token", "chunk": [ { m.room.member event }, ... ] }`` ``{ "start": "<token>", "end": "<token>", "chunk": [ { m.room.member event }, ... ] }``
Example: Example:
TODO TODO
|/rooms/<room_id>/messages|_ |/rooms/<room_id>/messages|_
Description: Description:
Get all ``m.room.message`` events. Get all ``m.room.message`` and ``m.room.member`` events. This API supports pagination
using ``from`` and ``to`` query parameters, coupled with the ``start`` and ``end``
tokens from an |initialSync|_ API.
Response format: Response format:
``{ TODO }`` ``{ "start": "<token>", "end": "<token>" }``
Example: Example:
TODO TODO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment