OAPI: include worker name in blocklist entries
To show the blocklist on the web interface, it's nice to identify workers by their name and not just their UUID.
This commit is contained in:
parent
37477fc6bd
commit
e6f76f520b
@ -1674,6 +1674,7 @@ components:
|
||||
properties:
|
||||
worker_id: { type: string, format: uuid }
|
||||
task_type: { type: string }
|
||||
worker_name: { type: string }
|
||||
required: [worker_id, task_type]
|
||||
|
||||
JobStatusChange:
|
||||
|
Loading…
x
Reference in New Issue
Block a user