End A/B Test
Declare a winner and end an A/B test. Sets the winner_video_id, fills ended_at, and changes the test status to COMPLETED. This action is irreversible.
put/comparison/{id}?type=finish
Path parameters
idstring uuid required
Unique ID of the A/B test (prefix 636f6d70-)
Query parameters
typestring required
Operation type. Must be "finish".
Request body
Response
A/B test ended successfully
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.