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:
commit
2cf75537cd
|
@ -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
|
will be overridden. This allows a job to be registered when it would be denied
|
||||||
by policy.
|
by policy.
|
||||||
|
|
||||||
|
- `PreserveCounts` `(bool: false)` - If set, the existing task group counts will
|
||||||
|
be preserved when updating a job.
|
||||||
|
|
||||||
### Sample Payload
|
### Sample Payload
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
|
Loading…
Reference in a new issue