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
@ear-dev I have successfully modified the PUT method of users/:userId but we also have a POST method with users.update/:userId. Do we want to alter it too?
The body of a POST request to the users endpoint looks like this:
But the body of the PUT request on the users endpoint is nested like this:
This is a problem in our automation because we can only support a single template file for the body of an API request.
Can we modify the put request to handle the un-nested payload?
The text was updated successfully, but these errors were encountered: