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
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
where an Operation has a responses field which has space for responses for push, delete etc. Surely there is at most only 1 response for a get?
your Operation parameters looks to be taking just a single parameter, and not a list of parameters as I see in the petshop example
it looks as though you may also have an impossible state in Parameter. I think ParameterBody only makes sense for a ParameterIn of Body. I think you need something like:
where an Operation has a responses field which has space for responses for
push
,delete
etc. Surely there is at most only 1 response for aget
?your Operation
parameters
looks to be taking just a single parameter, and not a list of parameters as I see in the petshop exampleit looks as though you may also have an
impossible state
in Parameter. I think ParameterBody only makes sense for a ParameterIn ofBody
. I think you need something like:The text was updated successfully, but these errors were encountered: