From 4c1211ef9e802cca53236f477e194caa39996821 Mon Sep 17 00:00:00 2001 From: Kristian Aune Date: Wed, 16 Oct 2024 10:48:57 +0200 Subject: [PATCH] add sliceId example --- en/reference/document-v1-api-reference.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/en/reference/document-v1-api-reference.html b/en/reference/document-v1-api-reference.html index 93f35232b3..e8103d7bee 100644 --- a/en/reference/document-v1-api-reference.html +++ b/en/reference/document-v1-api-reference.html @@ -455,10 +455,11 @@

Request parameters

The slice number of the visit represented by this HTTP request. This number must be non-negative - and less than the number of slices specified for the visit. + and less than the number of slices specified for the visit - + e.g., if the number of slices is 10, sliceId is in the range [0-9]. {% include note.html content="If the number of distribution bits change during a sliced visit, the results are undefined. - Thankfully, this is a very rare occurrence, and is only triggered when adding content nodes." %} + Thankfully, this is a very rare occurrence and is only triggered when adding content nodes." %}