From 8324ba8456ebbfcc5db12d76e281ea21649504d3 Mon Sep 17 00:00:00 2001
From: eee4 <41441600+eee4@users.noreply.github.com>
Date: Thu, 24 Jul 2025 13:26:11 +0200
Subject: [PATCH] chore: mention deletion of reference in endpoint
documentation
---
Controllers/UserContentController.cs | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
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