mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
Update KV response code (#4568)
Creating/Updating a secret in KV-V2 produces a status code `200` with a response body of `application/json`, whereas the previous documentation notated a `204 (empty body)` expected response code.
This commit is contained in:
parent
8d228fed98
commit
e1eafc78b5
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ have an ACL policy granting the `update` capability.
|
|||
|
||||
| Method | Path | Produces |
|
||||
| :------- | :--------------------------- | :--------------------- |
|
||||
| `POST` | `/secret/data/:path` | `204 (empty body)` |
|
||||
| `POST` | `/secret/data/:path` | `200 application/json` |
|
||||
|
||||
### Parameters
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue