adriancole opened a new issue #70: consider swagger 3 upgrade
URL: https://github.com/apache/incubator-zipkin-api/issues/70
 
 
   From #46 
   
   The spans POST documentation is still a bit misleading. With the parameter 
named "spans", it seems to imply that it's expecting
   
   {
       "spans": [{<...span...>}, {<....span...>}]
   }
   
   but it actually wants:
   
   [{<...span...>}, {<...span...>}]
   
   I couldn't figure out a way to acurately represent this in Swagger 2. It 
might be possible using Swagger 3 request body descriptions.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to