-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for nested resources in body missing #1189
Comments
What do you mean by nested parameters in a path? |
What I meant by that was an endpoint accepting a JSON object, which can have nested resources. |
How is that missing? |
Could you give me a short example of how to do that in swagger? |
Have you seen the pet store? Specifically http://petstore.swagger.io/#!/pet/addPet. |
@danielbecker - did you manage to work it out? |
Well, thanks to your help I was able to work my around the problem. However, it would still be nice to nest objects anonymously. |
We are currently in the process of documenting our JSON-only API with swagger.
In this process we encountered the same problem that was mentioned in this previous issue: #58.
The second link mentioned in the ticket is empty and the first one just refers to the default data type page.
What is the correct way of specifying nested parameters in a path?
The text was updated successfully, but these errors were encountered: