From 89510fc332f195c0ceb8c0eb30953b481aa26829 Mon Sep 17 00:00:00 2001 From: Kieran Date: Sun, 28 Aug 2022 15:37:56 +0100 Subject: [PATCH] Update api docs --- VoidCat/Controllers/UploadController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/VoidCat/Controllers/UploadController.cs b/VoidCat/Controllers/UploadController.cs index 7bd61db..9bf75ba 100644 --- a/VoidCat/Controllers/UploadController.cs +++ b/VoidCat/Controllers/UploadController.cs @@ -48,7 +48,6 @@ namespace VoidCat.Controllers /// `V-Filename` - Sets the filename of the file. /// `V-Description` - Sets the description of the file. /// `V-Full-Digest` - Include a SHA256 hash of the entire file for verification purposes. - /// `V-Digest` - A SHA256 hash of the data you are sending in this request. /// /// True if you want to return only the url of the file in the response /// Returns