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 validated the API def with SwaggerHub and it (correctly IMO) found an error:
Your path parameter needs to either be added into the DELETE operation (its currently only on PUT) or better still move it outside of the PUT operation and it is then shared by all of the operations on that path (PUT and DELETE)
FROM:
TO:
This will remove the OAS3 validation error.
The text was updated successfully, but these errors were encountered:
Hi,
I validated the API def with SwaggerHub and it (correctly IMO) found an error:

Your path parameter needs to either be added into the DELETE operation (its currently only on PUT) or better still move it outside of the PUT operation and it is then shared by all of the operations on that path (PUT and DELETE)


FROM:
TO:
This will remove the OAS3 validation error.
The text was updated successfully, but these errors were encountered: