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:
Andrew Slattery 2018-05-17 08:46:19 -07:00 committed by Jeff Mitchell
parent 18c96d66f9
commit 3bd38517eb
1 changed files with 1 additions and 1 deletions

View File

@ -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