diff --git a/Controllers/UserContentController.cs b/Controllers/UserContentController.cs index 5be142c..7de1b70 100644 --- a/Controllers/UserContentController.cs +++ b/Controllers/UserContentController.cs @@ -154,9 +154,13 @@ public class UserContentController : ControllerBase /// [AUTHED] Delete an image /// /// - /// Deletes an image, granted it exists.
+ /// Deletes an image, granted it exists. + ///

/// Note: - /// If the image is a file on disk, it's also deleted. + /// If the image is a file on disk, it's also deleted. + ///

+ /// Warning: + /// Any reference to deleted image in Quotes table will also be deleted (nullified). ///
/// Json with status /// Image id which will be deleted