OAPI: rename the JobUpdate schema to SocketIOJobUpdate

Rename `JobUpdate` to `SocketIOJobUpdate` to make it consistent with
`SocketIOTaskUpdate`.

Note that `TaskUpdate` exists as another schema, used by Workers to
update tasks they're performing.
This commit is contained in:
Sybren A. Stüvel 2022-05-19 15:16:27 +02:00
parent 6f6e73e068
commit 7753e65b03

@ -1217,7 +1217,7 @@ components:
# the 'paths' section of this document, so some code generators may choose
# to skip these.
JobUpdate:
SocketIOJobUpdate:
type: object
description: >
Subset of a Job, sent over SocketIO when a job changes.