Enhancement description
update_task has day_order parameter, but not order parameter, to update order in a project or in the inbox.
The problem it solves
Allows to be consistent with add_task, where order is a parameter. Allows to control the sorting in the project after rules.
Alternatives
Use REST API, which has order as option.