I have a link model with only two parameters, id and url. My API can create
links from hashes where each key represents an id and the value represents
the url. So the following:
{
"10" => "http://example.com",
"11" => "http://google.com",
"12" => "http://yahoo.com",
}
Sent to the correct endpoint will create 3 links, with IDs 10, 11, and 12.
I'm unsure of how to represent this in the "parameters" section of Swagger?
Is it even possible?
--
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.