Skip to content

executor/REST: allow setting ready_for_service/is_retired on create/patch

Martin Roukala requested to merge executor_rest_fixes into master

We already have REST endpoints to allow setting both of these fields, so why not allow doing so the traditional way?

Additionally, it will make testing easier as we can create a machine in exact configuration in a single call.

Merge request reports