openzipkin / zipkin-api

Zipkin's language independent model and HTTP Api Definitions
https://zipkin.io/zipkin-api/
Apache License 2.0
59 stars 32 forks source link

Fixed wrong response description of POST /span #32

Closed fabriziocucci closed 7 years ago

fabriziocucci commented 7 years ago

From "Created" to "Accepted" to be aligned with the status code (i.e. 202).

codefromthecrypt commented 7 years ago

thanks!