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
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Specifically, that endpoint cannot be reached for any API version. One canPUT to /api/1.x/users/ or even /api/1.x/users/.json. The problem is that the regular expression being matched is users/{id}?(\.json)?$ but should be users(/{id})?(\.json)?$.