mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 21:14:09 +01:00
Fix required attribute
This commit is contained in:
parent
2cc631e30a
commit
b5b6fd978d
|
|
@ -140,7 +140,6 @@ paths:
|
|||
chunk:
|
||||
title: "ChildEventsChunk"
|
||||
type: array
|
||||
required: true
|
||||
description: |-
|
||||
The child events of the requested event. If a `relType` or `eventType` was
|
||||
supplied on the URL, the events returned will match those details.
|
||||
|
|
@ -157,6 +156,7 @@ paths:
|
|||
description: |-
|
||||
An opaque string representing a pagination token. The absence of this token
|
||||
means there are no prior results to fetch, i.e. this is the first batch.
|
||||
required: ['chunk']
|
||||
404:
|
||||
description: |-
|
||||
The parent event was not found or the user does not have permission to read
|
||||
|
|
|
|||
Loading…
Reference in a new issue