From 0fcaf5ce4336a946f73987c120a6675e75751387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bonnet?= Date: Mon, 28 Oct 2024 14:09:31 +0100 Subject: [PATCH] fix(variable-edit-request): add missing enable_interpolation_in_file field (#719) --- openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 93e0635f..d30ce331 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -18169,6 +18169,9 @@ components: maxLength: 255 description: optional variable description (255 characters maximum) nullable: true + enable_interpolation_in_file: + type: boolean + nullable: true VariableResponse: allOf: - $ref: '#/components/schemas/Base'