Fix required attribute

This commit is contained in:
Travis Ralston 2022-06-02 14:21:31 -06:00
parent 2cc631e30a
commit b5b6fd978d

View file

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