mirror of
https://github.com/QuotifyTeam/QuotifyBE.git
synced 2025-12-16 02:50:07 +01:00
chore: mention deletion of reference in endpoint documentation
This commit is contained in:
@@ -154,9 +154,13 @@ public class UserContentController : ControllerBase
|
||||
/// [AUTHED] Delete an image
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Deletes an image, granted it exists. <br/>
|
||||
/// Deletes an image, granted it exists.
|
||||
/// <br/><br/>
|
||||
/// <b>Note</b>:
|
||||
/// If the image is a file on disk, it's also deleted.
|
||||
/// If the image is a file on disk, it's also deleted.
|
||||
/// <br/><br/>
|
||||
/// <b>Warning</b>:
|
||||
/// Any reference to deleted image in Quotes table will also be deleted (nullified).
|
||||
/// </remarks>
|
||||
/// <returns>Json with status</returns>
|
||||
/// <param name="id">Image id which will be deleted</param>
|
||||
|
||||
Reference in New Issue
Block a user