From c4f9e53956000dc25620eb6bf1f24b3b15887a3b Mon Sep 17 00:00:00 2001 From: hc-github-team-nomad-core <82989552+hc-github-team-nomad-core@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:35:33 -0400 Subject: [PATCH] docs: remove wrong FlagsVariable parameter (#23916) Co-authored-by: Juanadelacuesta <8647634+Juanadelacuesta@users.noreply.github.com> --- 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 5222ceedc8af..c9ef94c0f653 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