Skip to content

Commit

Permalink
Documentation: refer to LeaseKeepAliveRequest for lease refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
akauppi authored and gyuho committed Jul 12, 2017
1 parent 0a2b580 commit 1e72ace
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 1e72ace

Please sign in to comment.