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