You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by GitBox <gi...@apache.org> on 2019/04/30 06:09:24 UTC

[GitHub] [incubator-zipkin-api] adriancole opened a new issue #70: consider swagger 3 upgrade

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:
users@infra.apache.org


With regards,
Apache Git Services