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:
parent
6f6e73e068
commit
7753e65b03
@ -1217,7 +1217,7 @@ components:
|
|||||||
# the 'paths' section of this document, so some code generators may choose
|
# the 'paths' section of this document, so some code generators may choose
|
||||||
# to skip these.
|
# to skip these.
|
||||||
|
|
||||||
JobUpdate:
|
SocketIOJobUpdate:
|
||||||
type: object
|
type: object
|
||||||
description: >
|
description: >
|
||||||
Subset of a Job, sent over SocketIO when a job changes.
|
Subset of a Job, sent over SocketIO when a job changes.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user