Skip to content

Commit

Permalink
docs: fix description of WatchResponse.canceled
Browse files Browse the repository at this point in the history
Signed-off-by: Myrat92 <zjsegzhf@gmail.com>
  • Loading branch information
zhanghangfeng authored and myrat92 committed Sep 12, 2024
1 parent 981061a commit bf0d19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/dev-guide/apispec/swagger/rpc.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2982,7 +2982,7 @@
},
"canceled": {
"type": "boolean",
"description": "canceled is set to true if the response is for a cancel watch request.\nNo further events will be sent to the canceled watcher."
"description": "canceled is set to true if the response is for a cancel watch request or if the start_revision has already been compacted.\nNo further events will be sent to the canceled watcher."
},
"compact_revision": {
"type": "string",
Expand Down

0 comments on commit bf0d19e

Please sign in to comment.