Fix typo in relations endpoint description

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2022-06-11 18:02:17 +02:00
parent 926c6bad61
commit dba843165a
No known key found for this signature in database
GPG key ID: DD507DAE96E8245C

View file

@ -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"