konveyor/tackle2-hub

:sparkles: Add patch support for /tasks and /taskgroups.

Closed this issue · 0 comments

Add patch for:

  • /tasks
  • /taskgroups

Example task patch to update the prempt policy: PATCH /tasks/:id
body (yaml):

policy:
  preemptEnabled: true

body (json):

{"policy": {"preemptEnabled": true}}