Updated issues with querying getting all bookmarks and updating bookmark tags
This commit is contained in:
7
YABA.API/ViewModels/UpdateBookmarkTagRequest.cs
Normal file
7
YABA.API/ViewModels/UpdateBookmarkTagRequest.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace YABA.API.ViewModels
|
||||
{
|
||||
public class UpdateBookmarkTagRequest
|
||||
{
|
||||
public List<string> Tags { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user