From 27971afb0917039cae1605265d70b430aefb8a07 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 31 Jul 2021 22:03:28 -0400 Subject: [PATCH] Updated API Docs (markdown) --- API-Docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-Docs.md b/API-Docs.md index 9d675c1..1e04119 100644 --- a/API-Docs.md +++ b/API-Docs.md @@ -743,4 +743,4 @@ https://github.com/ajayyy/SponsorBlock/wiki/Legacy-API The local userID should be a randomly generated and saved client side and should be 32 characters (or more). It is used to submit and vote. The public userID is what is used as an identifier in the database. This is the local userID with a SHA 256 hash 5000 times. -If your local userID is less than 30 characters long, you will get an error on submission or voting. Use a longer random string, 36 characters or more is recommended. \ No newline at end of file +If your local userID is less than 32 characters long, you will get an error on submission or voting. Use a longer random string, 36 characters or more is recommended. \ No newline at end of file