Merge pull request #9584 from hashicorp/f-docs-api-job-reg-preserve-counts

docs: add PreserveCounts param to job API doc.
This commit is contained in:
James Rasell 2021-01-04 16:01:17 +01:00 committed by GitHub
commit 2cf75537cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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