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 we can mock GET endpoints but not PUT endpoints (not sure about other kinds like POST). We need to be able to mock PUT endpoints (and others if they are not supported).
Problem
Currently we can mock
GET
endpoints but notPUT
endpoints (not sure about other kinds likePOST
). We need to be able to mockPUT
endpoints (and others if they are not supported).Proposed Solution
We need to be able to do
Alternatives
No response
Version
No response
The text was updated successfully, but these errors were encountered: