Added update endpoint for Bookmark

This commit is contained in:
Carl Tibule
2023-01-28 01:43:36 -06:00
parent b9cd6b3c6a
commit 1ca6b63af3
3 changed files with 16 additions and 6 deletions

View File

@ -8,6 +8,5 @@ namespace YABA.Common.DTOs.Bookmarks
public string Description { get; set; }
public string Note { get; set; }
public bool IsHidden { get; set; }
public string Url { get; set; }
}
}