Skip to content

Commit

Permalink
docs: fix description of WatchResponse.canceled in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghangfeng committed Sep 12, 2024
1 parent 981061a commit 8910847
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 8910847

Please sign in to comment.