From 1ca3fcca35fe3cb5ae653be4c12d729a668adc63 Mon Sep 17 00:00:00 2001 From: Preetha Appan <460133+preetapan@users.noreply.github.com> Date: Mon, 30 Sep 2019 09:46:42 -0500 Subject: [PATCH] clarify index starting value for blocking queries --- website/source/api/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/index.html.md b/website/source/api/index.html.md index 08c2eeb9c..a5c412d34 100644 --- a/website/source/api/index.html.md +++ b/website/source/api/index.html.md @@ -99,7 +99,7 @@ for blocking queries in the documentation. Endpoints that support blocking queries return an HTTP header named `X-Nomad-Index`. This is a unique identifier representing the current state of -the requested resource. +the requested resource. On a new Nomad cluster the value of this index starts at 1. On subsequent requests for this resource, the client can set the `index` query string parameter to the value of `X-Nomad-Index`, indicating that the client