vampire-squid 0.5.2
This release addresses issue #5
There's a new api endpoint at PUT /vam/v1/media/move/{videoReferenceUuid}
. This endpoint moves a video reference to a different video without changing any video references that share the parent video. This endpoint takes a form body with the params:
start_timestamp
- an ISO8601 string with the new timestamp for the video referencevideo_name
- The new name of the videoduration_millis
- The duration of the video in milliseconds
Full Changelog: 0.5.1...0.5.2