From ed150010c7f44ca89c8d5beb1ef02a85085ee54f Mon Sep 17 00:00:00 2001 From: Juanadelacuesta <8647634+Juanadelacuesta@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:09:38 +0200 Subject: [PATCH] docs: remove wrong FlagsVariable parameter --- website/content/api-docs/jobs.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/content/api-docs/jobs.mdx b/website/content/api-docs/jobs.mdx index 5222ceedc..c9ef94c0f 100644 --- a/website/content/api-docs/jobs.mdx +++ b/website/content/api-docs/jobs.mdx @@ -243,9 +243,6 @@ The table below shows this endpoint's support for - `Variables` `(string: "")` - Specifies HCL2 variables to use during parsing of the job in the var file format. -- `VariableFlags` `(map[string]string: nil)` - Specifies HCL2 variables to use - during parsing of the job in key = value format. - - `HCLv1` `(bool: false)` - Use the legacy v1 HCL parser. ### Sample Payload