[BUG] API patch
rejected by security plugin, possible regression
#65
Labels
bug
Something isn't working
patch
rejected by security plugin, possible regression
#65
What is the bug?
According to #46 we should be able to issue a PATCH API call to update a user, but on 1.3.4 I'm attempting to do this and getting:
{"statusCode":400,"error":"Bad Request","message":"[request query.method]: Method must be one of, case insensitive ['HEAD', 'GET', 'POST', 'PUT', 'DELETE']. Received 'PATCH'."}
How can one reproduce the bug?
Steps to reproduce the behavior:
PATCH _plugins/_security/api/internalusers/admin
What is the expected behavior?
I expect to either see a success, OR to see an error that is NOT
[request query.method]
What is your host/environment?
Do you have any screenshots?
Do you have any additional context?
Not at this time.
The text was updated successfully, but these errors were encountered: