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
Currently, the PUT endpoint is defined as being only for updating existing items. However, this is also a useful pattern for idempotent create of new items, and this case should be allowed.