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:
Sybren A. Stüvel 2022-08-01 18:02:21 +02:00
parent 37477fc6bd
commit e6f76f520b

View File

@ -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: