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
I was reading this post (https://www.baeldung.com/openfeign-http-patch-request) because I had exactly the same problem, but it is important to mention the correct version of feign-okhttp, because when I used 13.3 ( that intellij generates for me) it didn't work, and kept returning the Invalid HTTP method: PATCH executing PATCH error, but when changing to version 13.2.1 it ran
The text was updated successfully, but these errors were encountered:
I was reading this post (https://www.baeldung.com/openfeign-http-patch-request) because I had exactly the same problem, but it is important to mention the correct version of feign-okhttp, because when I used 13.3 ( that intellij generates for me) it didn't work, and kept returning the Invalid HTTP method: PATCH executing PATCH error, but when changing to version 13.2.1 it ran
The text was updated successfully, but these errors were encountered: