Skip to content

Commit

Permalink
[HWKMETRICS-152] document missing payload
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sanda committed Jun 22, 2015
1 parent 4ef6d3c commit 85e159a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public void getCounter(@Suspended final AsyncResponse asyncResponse, @PathParam(
@ApiOperation(value = "Add data points for multiple counters")
@ApiResponses(value = {
@ApiResponse(code = 200, message = "Adding data points succeeded."),
@ApiResponse(code = 400, message = "Missing or invalid payload", response = ApiError.class),
@ApiResponse(code = 500, message = "Unexpected error happened while storing the data points",
response = ApiError.class) })
public void addData(@Suspended final AsyncResponse asyncResponse,
Expand Down

0 comments on commit 85e159a

Please sign in to comment.