OAPI: expand the description of the TaskUpdate schema

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2022-05-20 10:44:27 +02:00
parent 247903444f
commit b535dfed3c

@ -743,7 +743,11 @@ components:
TaskUpdate:
type: object
description: TaskUpdate is sent by a Worker to update the status & logs of a task it's executing.
description: >
TaskUpdate is sent by a Worker to update the status & logs of a task
it's executing. All properties are optional; omitted properties are
ignored (i.e. omitting `activity` will not erase the activity property
of the task).
properties:
"taskStatus":
$ref: "#/components/schemas/TaskStatus"