Files
vault/changelog/23171.txt
Tom Proctor 873243df02 Allow GET for plugin runtime listing (#23171)
Also corrects the error code for reading a non-existent plugin runtime
from 500 -> 404
2023-09-20 11:59:15 +01:00

7 lines
227 B
Plaintext

```release-note:bug
plugins: Runtime catalog returns 404 instead of 500 when reading a runtime that does not exist
```
```release-note:bug
plugins: `vault plugin runtime list` can successfully list plugin runtimes with GET
```