You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @evert, as I was testing this, and looking through the API,
it seems the Person controller doesn't have a PUT method.
It has a POST performing like a PUT. Not sure if this was intentional, I can change it to a PUT.
I have an idea why though.
Meaning a super quick fix @ikbensiep is just changing that code ^ from PUT to POST should work
When updating a person's display name, the api will log
405 Method Not Allowed
.=> (10) PUT /person/3
The text was updated successfully, but these errors were encountered: