Skip to content

Commit

Permalink
Merge pull request #9584 from hashicorp/f-docs-api-job-reg-preserve-c…
Browse files Browse the repository at this point in the history
…ounts

docs: add PreserveCounts param to job API doc.
  • Loading branch information
jrasell authored Jan 4, 2021
2 parents 2c2c4e0 + 57b4bd9 commit 3153c14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/pages/api-docs/jobs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ The table below shows this endpoint's support for
will be overridden. This allows a job to be registered when it would be denied
by policy.

- `PreserveCounts` `(bool: false)` - If set, the existing task group counts will
be preserved when updating a job.

### Sample Payload

```json
Expand Down

0 comments on commit 3153c14

Please sign in to comment.