From 7321b2919694e2aa7868c42d3b5a5e530d91ccf1 Mon Sep 17 00:00:00 2001 From: Robin Stumm Date: Tue, 26 Aug 2025 14:36:52 +0200 Subject: [PATCH] document `force` parameter for `/api/push` --- hydra-api.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hydra-api.yaml b/hydra-api.yaml index a2fdea28..aa89b015 100644 --- a/hydra-api.yaml +++ b/hydra-api.yaml @@ -78,6 +78,11 @@ paths: description: project and jobset formatted as ":" to evaluate schema: type: string + - in: query + name: force + description: when set to true the jobset gets evaluated even when it did not change + schema: + type: boolean responses: '200': description: jobset trigger response