Skip to content

Commit

Permalink
Fix the timestamp description for resetCursor (#11121)
Browse files Browse the repository at this point in the history
  • Loading branch information
bem3 committed Jun 29, 2021
1 parent 0ee3956 commit a48b725
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ public void resetCursor(
@PathParam("topic") @Encoded String encodedTopic,
@ApiParam(value = "Subscription to reset position on", required = true)
@PathParam("subName") String encodedSubName,
@ApiParam(value = "time in minutes to reset back to (or minutes, hours, days, weeks eg:100m, 3h, 2d, 5w)")
@ApiParam(value = "the timestamp to reset back")
@PathParam("timestamp") long timestamp,
@ApiParam(value = "Is authentication required to perform this operation")
@QueryParam("authoritative") @DefaultValue("false") boolean authoritative) {
Expand Down

0 comments on commit a48b725

Please sign in to comment.