From 4b489dbde74a0de52b408264b99f7fec607704b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sun, 8 Jan 2023 13:45:57 +0100 Subject: [PATCH] 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. --- pkg/api/flamenco-openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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: