OAPI: add delete_requested_at in Job schema

If job deletion was requested, this field will contain the timestamp that
indicates when the request came in.
This commit is contained in:
Sybren A. Stüvel 2023-01-08 13:45:57 +01:00
parent 416138fd70
commit 4b489dbde7

@ -1656,6 +1656,12 @@ components:
activity:
type: string
description: Description of the last activity on this job.
delete_requested_at:
type: string
format: date-time
description: >
If job deletion was requested, this is the timestamp at which
that request was stored on Flamenco Manager.
required: [id, created, updated, status, activity]
JobSettings: