From 336d7508e5414b152ce9847f4a50492d35ac162c Mon Sep 17 00:00:00 2001 From: dyfero Date: Thu, 12 Dec 2024 12:41:05 +0000 Subject: [PATCH] deploy: 1aaa3b761f5de41ac9926f8ac1d9abc2ca3bd611 --- openapi.json | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/openapi.json b/openapi.json index c4ab0de..7423fb8 100644 --- a/openapi.json +++ b/openapi.json @@ -554,13 +554,21 @@ "type": "string", "example": "2024-10-04 12:02:12" }, - "file": { - "type": "string", - "format": "binary" - }, - "executed_at": { - "type": "string", - "example": "2024-10-04 12:02:12" + "files": { + "type": "array", + "items": { + "properties": { + "file": { + "type": "string", + "format": "binary" + }, + "timestamp": { + "type": "string", + "example": "2024-10-04 12:02:12" + } + }, + "type": "object" + } } }, "type": "object"