From 1e72ace38d39538e7d883eceb0da3968a52484df Mon Sep 17 00:00:00 2001 From: Asko Kauppi Date: Tue, 13 Jun 2017 23:23:54 +0300 Subject: [PATCH] Documentation: refer to LeaseKeepAliveRequest for lease refresh --- Documentation/learning/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/learning/api.md b/Documentation/learning/api.md index 9bd9eac2a5b..1ccca9a07d1 100644 --- a/Documentation/learning/api.md +++ b/Documentation/learning/api.md @@ -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 {