curl -X POST \ https://htmldrop.app/api/v1/sites/{id}/versions/{version_id}/promote \ -H "Authorization: Bearer $HTMLDROP_API_TOKEN"
Promoting makes that version live immediately at the same URL. The rollback is
itself recorded as a publish, so nothing is lost and you can roll forward again.See updating and rolling back for the
concept and the dashboard equivalent.