diff --git a/pkg/api/flamenco-openapi.yaml b/pkg/api/flamenco-openapi.yaml index 886c0fcd..ad2212af 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -1111,6 +1111,9 @@ components: type: string format: date-time description: Timestamp of when any worker worked on this task. + "failed_by_workers": + type: array + items: { $ref: "#/components/schemas/TaskWorker" } required: - id - created @@ -1125,6 +1128,7 @@ components: TaskWorker: type: object + description: Worker reference, as used in Task objects. properties: "id": { type: string, format: uuid } "name": { type: string }