From e712e9450c31e555fba71b0f88abf00a59c4b8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 7 May 2024 11:54:49 +0200 Subject: [PATCH] OAPI: add `label` to `AvailableJobSetting` --- pkg/api/flamenco-openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/api/flamenco-openapi.yaml b/pkg/api/flamenco-openapi.yaml index 72f6a5dc..22b64271 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -1751,6 +1751,8 @@ components: type: object "description": description: The description/tooltip shown in the user interface. + "label": + description: Label for displaying this setting. If not specified, the key is used to generate a reasonable label. "default": description: The default value shown to the user when determining this setting. "eval":