The Methods to include "child items" to their respective Containers have been changed for consistency and simplicity.
addItemData and addItemDetails have been removed. Instead, use the new addChildMedia Parameter , which now takes an comma-seperated List of the desired Types of Child Media, just like addParentMedia, addConnectedMedia or addReferencingMedia behave.
The return Detail Level can now also be modifed with childMediaDetails
as Scenes and Chapters are also "children" of their parent Video/Audio, the Methods "addScenes" and "addChapters" have been removed too. Instead, also use the addChildMedia Parameter here.
updating the Endpoints for TTS Support - especially "/manage/audiofromtext" and "/manage/updatecontent"
2022-05-15
adding Support for "AssetLanguage" - every Cover Context Endpoint now supports Uploads for multiple Languages
2022-04-17
adding Support for artwork Covers
2022-03-25
adding Support for "Asset Descriptions" - every Cover Context Endpoint now accepts an optional "description" Parameter that describes the given Cover - for SEO or Accessibility Purposes.
2022-03-18
adding Support for the new Container Streamtype "rack" on Media and Management Endpoints
The "Meta" Response Field now includes a "notice" Field, which indicated, if the API Call contained some deprecated Attributes.
Breaking Changes
addParentReferences has been renamed to addParentMedia. Like addConnectedMedia, it now takes an comma-seperated List of the desired Types of parent Medias, unlike before.
The return Detail Level can now also be modifed with parentMediaDetails
addReferencingMedia has been extended to the same Logic - it now takes a comma-seperated List of desired Types of referencing Media, the detail Level can also be influenced by referencingMediaDetails.