Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels