mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-06 19:31:09 +01:00
6 lines
439 B
Plaintext
6 lines
439 B
Plaintext
```release-note:change
|
|
plugins: `GET /sys/auth/:path/tune` and `GET /sys/mounts/:path/tune` endpoints may now return an additional `plugin_version` field in the response data if set.
|
|
```
|
|
```release-note:change
|
|
plugins: `GET` for `/sys/auth`, `/sys/auth/:path`, `/sys/mounts`, and `/sys/mounts/:path` paths now return additional `plugin_version`, `running_plugin_version` and `running_sha256` fields in the response data for each mount.
|
|
``` |