richhollis/swagger-docs

Is there a way of setting nested params?

vjdhama opened this issue · 1 comments

For a post request i have a nested param. Something like this :

{
  "user" : {
    "name": "test",
    "email": "foo@bar.com",
    "phone": "424234234",
    "password": "password",
    "password_confirmation": "password"
  }
}

How would I send params in swagger_api :create?

This should be supported. See: #2