matrix-spec/data/api
Ivan Enderlin 904736ef0f
fix(client-server): Fix a typo in /rooms/{roomId}/relations/{eventId}.
This patch fixes a typo in `/rooms/{roomId}/relations/{eventId}`. The
specification says about the `from` request query parameter:

> The pagination token to start returning results from. If not supplied,
> results start at the most recent topological event known to the
> server.
>
> Can be a `next_batch` or `prev_batch` token from a previous call,
> or a returned `start` token from `/messages`, or a `next_batch` token
> from `/sync`.

The last part is wrong. It should be:

> … or a `prev_batch` token from `/sync`.

Signed-off-by: Ivan Enderlin <ivan@mnt.io>
2026-04-17 18:11:51 +02:00
..
application-service [schema] Application Service Registration meta schema (#2132) 2025-08-27 07:39:05 +01:00
client-server fix(client-server): Fix a typo in /rooms/{roomId}/relations/{eventId}. 2026-04-17 18:11:51 +02:00
identity Spec Additional Error Codes for submitToken endpoint (#2277) 2026-01-16 17:18:15 +00:00
push-gateway Clarify that pusher URLs have a fixed path (#1974) 2024-11-07 14:56:53 +00:00
server-server Specify Policy Servers (MSC4284) (#2332) 2026-03-18 09:51:49 -06:00