OAPI: expand the description of the TaskUpdate
schema
No functional changes.
This commit is contained in:
parent
247903444f
commit
b535dfed3c
@ -743,7 +743,11 @@ components:
|
|||||||
|
|
||||||
TaskUpdate:
|
TaskUpdate:
|
||||||
type: object
|
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:
|
properties:
|
||||||
"taskStatus":
|
"taskStatus":
|
||||||
$ref: "#/components/schemas/TaskStatus"
|
$ref: "#/components/schemas/TaskStatus"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user