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
18c96d66f9
commit
3bd38517eb
|
@ -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 New Issue