Backward compatibility for ingest spaces and publishing
The following applies to releases 21.1 and later.
In MediaHaven 1.0 objects are first made available in an ingest space before being published by the user.
In MediaHaven 2.0 the concept of ingest spaces has been replaced by the introduction of the field RecordStatus
. Records are first available in a draft status, and when published get the status Published
.
Legacy Ingest
To allow for a smooth transition between the two MediaHaven versions, objects published through the following legacy flows will also be published in MH 2.0:
Manual publishing in ContentUploader
Autopublish ingest space
Publishing in REST API 1.0 (manual + autopublish)
Publication
When publishing a record the following changes are made to the following read-only Metadata Fields.
Field | Value | Description |
---|---|---|
|
| Â |
|
| Â |
|
| The date is filled out with the current timestamp |
The same logic applies for ingest in [21.2] - Documentatie Mediahaven 2.0 as for legacy ingest.
REST API
In the MediaHaven REST API 2.0
Parameter
publish
triggers the publication whenPOST
ing a recordParameter
autoPublish
is marked as obsolete, it only causesInternal.IsInIngestSpace
to be set tofalse
 | publish | autoPublish |
---|---|---|
REST 1.0 | Publication | Publication |
REST 2.0 | Publication |
|
Â