Videos
videos

Revert To Specific Round

Revert to a SPECIFIC historical optimization bundle (Wave A.6).

Looks up video_optimizations[optimization_id], confirms it belongs to the user, pushes its OPTIMIZED title/description/tags/thumbnail back to YouTube, and inserts a new video_optimizations row recording the revert.

Use POST /{video_id}/revert (no ID) to undo the latest optimization to the round-1 original.

post/api/videos/{video_id}/revert-to/{optimization_id}

Path parameters

video_idinteger required
optimization_idinteger required

Response

Successful Response

{"stackTrail":"paths:/api/videos/{video_id}/revert-to/{optimization_id}:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.