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