endpoints by adding an optional `future_timeout` query parameter.
endpoints.
The new query parameter is used to configure the event scheduling:
@ -129,7 +129,7 @@ Content-Type: application/json
### Getting delayed events
We propose adding a new authenticated endpoint `GET /_matrix/client/v1/futures` to the client-server API to allow clients to get a list of all the events that have been scheduled to send in the future.
A new authenticated client-server API endpoint `GET /_matrix/client/v1/futures` allow clients to get a list of all the events that have been scheduled to send in the future.
```http
HTTP 200 OK
@ -173,8 +173,8 @@ For use cases where the existence of a delayed event is also of interest for oth
### Managing delayed events
We propose adding a new authenticated client-server API endpoint at `POST /_matrix/client/v1/futures/{future_id}`to manage
delayed events that have already been scheduled.
A new authenticated client-server API endpoint at `POST /_matrix/client/v1/futures/{future_id}`allows scheduled events
to be managed.
The body of the request is a JSON object containing the following fields: