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:
parent
416138fd70
commit
4b489dbde7
@ -1656,6 +1656,12 @@ components:
|
|||||||
activity:
|
activity:
|
||||||
type: string
|
type: string
|
||||||
description: Description of the last activity on this job.
|
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]
|
required: [id, created, updated, status, activity]
|
||||||
|
|
||||||
JobSettings:
|
JobSettings:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user