Update api docs

This commit is contained in:
Kieran 2022-08-28 15:37:56 +01:00
parent fd156c9b0b
commit 89510fc332
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -48,7 +48,6 @@ namespace VoidCat.Controllers
/// `V-Filename` - Sets the filename of the file. /// `V-Filename` - Sets the filename of the file.
/// `V-Description` - Sets the description 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-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.
/// </remarks> /// </remarks>
/// <param name="cli">True if you want to return only the url of the file in the response</param> /// <param name="cli">True if you want to return only the url of the file in the response</param>
/// <returns>Returns <see cref="UploadResult"/></returns> /// <returns>Returns <see cref="UploadResult"/></returns>