OpenAPI: include last_touched
in Task
schema
Include the timestamp of when a Worker last touched the task in the OpenAPI `Task` schema.
This commit is contained in:
parent
354fd29f9e
commit
f020582bf7
@ -1107,6 +1107,10 @@ components:
|
||||
type: array
|
||||
items: { $ref: "#/components/schemas/Command" }
|
||||
"worker": { $ref: "#/components/schemas/TaskWorker" }
|
||||
"last_touched":
|
||||
type: string
|
||||
format: date-time
|
||||
description: Timestamp of when any worker worked on this task.
|
||||
required:
|
||||
- id
|
||||
- created
|
||||
|
Loading…
x
Reference in New Issue
Block a user