From 1ceb681521d805c1d3b5bc02899dbcce84795de7 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Thu, 20 Nov 2025 15:58:40 +0100 Subject: [PATCH] fix missed out keyword --- api/swagger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/swagger.json b/api/swagger.json index c60810a..0327a91 100644 --- a/api/swagger.json +++ b/api/swagger.json @@ -1416,7 +1416,7 @@ "deadline", "failed", "node_fail", - "out-of-memory", + "out_of_memory", "pending", "preempted", "running",