Skip to content

Commit

Permalink
Merge pull request #8249 from gyuho/patch
Browse files Browse the repository at this point in the history
Documentation: refer to LeaseKeepAliveRequest for lease refresh
  • Loading branch information
gyuho authored Jul 12, 2017
2 parents 0a2b580 + 1e72ace commit fd3516f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/learning/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ message LeaseRevokeRequest {

### Keep alives

Leases are refreshed using a bi-directional stream created with the `LeaseKeepAlive` API call. When the client wishes to refresh a lease, it sends a `LeaseGrantRequest` over the stream:
Leases are refreshed using a bi-directional stream created with the `LeaseKeepAlive` API call. When the client wishes to refresh a lease, it sends a `LeaseKeepAliveRequest` over the stream:

```protobuf
message LeaseKeepAliveRequest {
Expand Down

0 comments on commit fd3516f

Please sign in to comment.