Skip to content

Commit

Permalink
Remove bump_version from transit import docs (hashicorp#21393)
Browse files Browse the repository at this point in the history
- The argument was removed along the development path, but the
   documentation was not updated.
  • Loading branch information
stevendpclark authored Jun 21, 2023
1 parent 76e742b commit eb634e9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions website/content/api-docs/secret/transit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,9 @@ imported. This limits the operations available under this key to verification
and encryption, depending on the key type and algorithm, as no private key
is available.

- `bump_version` - By default, each operator will create a new key version.
If set to "false", will try to update the latest version of the key,
unless changed in parameter `version`.

- `version` - Key version to be updated, if left empty "Latest" version will be updated.
If `bump_version` is set to "true", this field is ignored.
- `version` `(int, optional)` - Key version to be updated, if left empty,
a new version will be created unless a private key is specified and the
'Latest' key is missing a private key.

### Sample Payload

Expand Down

0 comments on commit eb634e9

Please sign in to comment.