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
We need to set an api convention that were don't have parameters in the request body when they are already in the path variable. Having both can cause issues, as we've seen. Like, if they are inconsistent, or if they are critical but not enforced in the body, etc... Thus issue should be removed from all our apis.
The text was updated successfully, but these errors were encountered:
We need to set an api convention that were don't have parameters in the request body when they are already in the path variable. Having both can cause issues, as we've seen. Like, if they are inconsistent, or if they are critical but not enforced in the body, etc... Thus issue should be removed from all our apis.
The text was updated successfully, but these errors were encountered: