OAPI: add task activity to SocketIO task updates
This commit is contained in:
parent
919e629bd7
commit
6afb1151cc
@ -1262,7 +1262,8 @@ components:
|
|||||||
description: Timestamp of last update
|
description: Timestamp of last update
|
||||||
"status": { $ref: "#/components/schemas/TaskStatus" }
|
"status": { $ref: "#/components/schemas/TaskStatus" }
|
||||||
"previous_status": { $ref: "#/components/schemas/TaskStatus" }
|
"previous_status": { $ref: "#/components/schemas/TaskStatus" }
|
||||||
required: [id, job_id, name, updated, status]
|
"activity": { type: string }
|
||||||
|
required: [id, job_id, name, updated, status, activity]
|
||||||
|
|
||||||
SocketIOSubscription:
|
SocketIOSubscription:
|
||||||
type: object
|
type: object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user