From 888c4ad067d2baf588ec1a0dacdbe2aec55cbc49 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 22 Feb 2021 23:07:39 -0500 Subject: [PATCH] caching info for hash --- API-Docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-Docs.md b/API-Docs.md index 067a5ea..83bcef5 100644 --- a/API-Docs.md +++ b/API-Docs.md @@ -90,7 +90,7 @@ ________________________________________________________________________________ **GET** `/api/skipSegments/:sha256HashPrefix` -`sha256HashPrefix` is a hash of the YouTube `videoID`. It should be the first 3 - 32 characters (4 is recommended). This provides extra privacy by potentially finding more than just the video you are looking for. This makes the server not know exactly what video you are looking for. +`sha256HashPrefix` is a hash of the YouTube `videoID`. It should be the first 3 - 32 characters (4 is recommended, server caching may be implemented only for 4). This provides extra privacy by potentially finding more than just the video you are looking for. This makes the server not know exactly what video you are looking for. **Input**: ```