OAPI: add task activity to SocketIO task updates

This commit is contained in:
Sybren A. Stüvel 2022-05-19 14:07:42 +02:00
parent 919e629bd7
commit 6afb1151cc

View File

@ -1262,7 +1262,8 @@ components:
description: Timestamp of last update
"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:
type: object