From 3eaae8a10b37af5aec47a643b6a0a4626f67fc81 Mon Sep 17 00:00:00 2001 From: twig123 Date: Sun, 26 May 2019 15:21:38 -0400 Subject: [PATCH] Changed data for force start and super seeding from "?" to "&" in the data passed --- WebUI-API-Documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebUI-API-Documentation.md b/WebUI-API-Documentation.md index 58bcf62..0d4f50b 100644 --- a/WebUI-API-Documentation.md +++ b/WebUI-API-Documentation.md @@ -1682,7 +1682,7 @@ Cookie: SID=your_sid Content-Type: application/x-www-form-urlencoded Content-Length: length -hashes=8c212779b4abde7c6bc608063a0d008b7e40ce32?value=true +hashes=8c212779b4abde7c6bc608063a0d008b7e40ce32&value=true ``` `hashes` can contain multiple hashes separated by `|`
@@ -1706,7 +1706,7 @@ Cookie: SID=your_sid Content-Type: application/x-www-form-urlencoded Content-Length: length -hashes=8c212779b4abde7c6bc608063a0d008b7e40ce32?value=true +hashes=8c212779b4abde7c6bc608063a0d008b7e40ce32&value=true ``` `hashes` can contain multiple hashes separated by `|`