From dba843165a57ca72a2de70697e1447c4c79bef22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sat, 11 Jun 2022 18:02:17 +0200 Subject: [PATCH] Fix typo in relations endpoint description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/api/client-server/relations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/api/client-server/relations.yaml b/data/api/client-server/relations.yaml index dc0d8761..4015dfdb 100644 --- a/data/api/client-server/relations.yaml +++ b/data/api/client-server/relations.yaml @@ -286,7 +286,7 @@ paths: summary: Get the child events for a given parent event, with a given `relType` and `eventType`. description: |- Retrieve all of the child events for a given parent event which relate to the parent - using the given `relType` and have the given `eventType`. + using the given `relType` and having the given `eventType`. Note that when paginating the `from` token should be "after" the `to` token in terms of topological ordering, because it is only possible to paginate "backwards"