Skip to content

Commit

Permalink
Fixed wrong response description of POST /span (#32)
Browse files Browse the repository at this point in the history
From "Created" to "Accepted" to be aligned with the status code (i.e. 202).
  • Loading branch information
fabriziocucci authored and adriancole committed Aug 12, 2017
1 parent 107c07c commit e1e9437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipkin-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ paths:
$ref: "#/definitions/ListOfSpans"
responses:
202:
description: Created
description: Accepted
/traces:
get:
description: |
Expand Down

0 comments on commit e1e9437

Please sign in to comment.