The UI generates a sample response, it doesn’t show you the actual response unless you execute the call.
From: <[email protected]> on behalf of xhorntail <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Thursday, October 5, 2017 at 16:00 To: Swagger <[email protected]> Subject: Re: I can't seem to get the model to structure the output properly.. Seems like it should be working, perhaps I'm daft, but the model still isn't populating. server response: { "user_agents": [ { "user_agent_id": 1, "string": "asdasdad" } ] } Responses: { "user_agents": [ { "user_agent_id": 0, "user_agent_string": "string" } ] } -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
