Add a new version

Adds a new version to an existing asset

This call creates a new version; it requires three body parameters:

  • currentAssetId (The id of the original asset)
  • newAssetId (The id of the asset that will become the new version)
  • versionId (A name for this new version)

A 204 code is returned when the new version is successfully added.

Note that the original version and the new version must both belong to the same project.

If the new version is an asset that does not exist in MediaSilo yet, then you would call Create asset to obtain the newAssetId required for this call.

Language
Authorization
URL
Click Try It! to start a request and see the response here!