scripts, Documentation: fix swagger generation

Changes to the genproto to support splitting out the grpc-gateway broke
swagger generation.
This commit is contained in:
Anthony Romano
2017-06-02 10:51:49 -07:00
parent 97519cf79f
commit 1be245269e
2 changed files with 8 additions and 1 deletions

View File

@ -2179,6 +2179,10 @@
"format": "int64",
"description": "compact_revision is set to the minimum index if a watcher tries to watch\nat a compacted index.\n\nThis happens when creating a watcher at a compacted revision or the watcher cannot\ncatch up with the progress of the key-value store. \n\nThe client should treat the watcher as canceled and should not try to create any\nwatcher with the same start_revision again."
},
"cancel_reason": {
"type": "string",
"description": "cancel_reason indicates the reason for canceling the watcher."
},
"events": {
"type": "array",
"items": {