From 3866368206177cd54256f67d3d95e301f6cd0b3d Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Thu, 10 Mar 2022 21:20:19 +0000 Subject: [PATCH] backport of commit 06a6a89fbb768e1b9976a11ae8ed7d7748985a53 --- website/content/api-docs/jobs.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/content/api-docs/jobs.mdx b/website/content/api-docs/jobs.mdx index e298c12de5b..bb265cfbbc2 100644 --- a/website/content/api-docs/jobs.mdx +++ b/website/content/api-docs/jobs.mdx @@ -209,8 +209,13 @@ The table below shows this endpoint's support for ### Parameters +- `namespace` `(string: "default")` - Specifies the target namespace. If ACL is + enabled, this value must match a namespace that the token is allowed to + access. This is specified as a query string parameter. + - `JobHCL` `(string: )` - Specifies the HCL definition of the job encoded in a JSON string. + - `Canonicalize` `(bool: false)` - Flag to enable setting any unset fields to their default values.