mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Try to clarify the return of /relations
This commit is contained in:
parent
315b3272f8
commit
2cc631e30a
|
|
@ -142,7 +142,8 @@ paths:
|
||||||
type: array
|
type: array
|
||||||
required: true
|
required: true
|
||||||
description: |-
|
description: |-
|
||||||
The child events which point to the parent event, after applicable filters.
|
The child events of the requested event. If a `relType` or `eventType` was
|
||||||
|
supplied on the URL, the events returned will match those details.
|
||||||
items:
|
items:
|
||||||
allOf:
|
allOf:
|
||||||
- "$ref": "definitions/client_event.yaml"
|
- "$ref": "definitions/client_event.yaml"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue