From 95766aaa1b1235a12fb7b540719daf564dcb1145 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Tue, 19 Dec 2023 10:09:16 -0500 Subject: [PATCH] docs: add `Submission` parameter to job update (#19516) --- website/content/api-docs/jobs.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/content/api-docs/jobs.mdx b/website/content/api-docs/jobs.mdx index a8bea7c5a..02677ea21 100644 --- a/website/content/api-docs/jobs.mdx +++ b/website/content/api-docs/jobs.mdx @@ -1690,6 +1690,10 @@ The table below shows this endpoint's support for - `Job` `(Job: )` - Specifies the JSON definition of the job. +- `Submission` `(JobSubmission: )` - Specifies the original HCL/HCL2/JSON + definition of the job. This data is useful for reference only, it is not considered + for the actual scheduling of `Job`. + - `EnforceIndex` `(bool: false)` - If set, the job will only be registered if the passed `JobModifyIndex` matches the current job's index. If the index is zero, the register only occurs if the job is new. This paradigm allows check-and-set