diff --git a/pkg/api/flamenco-openapi.yaml b/pkg/api/flamenco-openapi.yaml index 1deff697..d283a3e0 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -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: