mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Update data/api/client-server/relations.yaml
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
This commit is contained in:
parent
d9004d7f0e
commit
42e5c4d4fc
|
|
@ -29,9 +29,9 @@ securityDefinitions:
|
|||
paths:
|
||||
"/rooms/{roomId}/relations/{eventId}/{relType}/{eventType}":
|
||||
get:
|
||||
summary: Get the cgukd events for a given parent event, with optional filter.
|
||||
summary: Get the child events for a given parent event, with optional filter.
|
||||
description: |-
|
||||
Retrieve all of the chikd events for a given parent event, optionally filtering
|
||||
Retrieve all of the child events for a given parent event, optionally filtering
|
||||
down by relationship type and related event type.
|
||||
|
||||
Note that while this endpoint indicates `relType` and `eventType` being
|
||||
|
|
|
|||
Loading…
Reference in a new issue