Closed teunmooij closed 1 year ago
If a collection support draft, the config contains versions: { draft: true}. Then on an update there's a _status property with value draft or published
versions: { draft: true}
_status
draft
published
We need to support this.
This field is already in the type and thus in the openapi doc.
Description
If a collection support draft, the config contains
versions: { draft: true}
. Then on an update there's a_status
property with valuedraft
orpublished
We need to support this.