mirror of
https://github.com/bitwarden/server
synced 2025-12-20 10:13:39 +00:00
support for attachments keys
load existing items and set attachments on key update
This commit is contained in:
@@ -31,14 +31,5 @@ namespace Bit.Core.Models.Api
|
||||
public class FolderWithIdRequestModel : FolderRequestModel
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public new Folder ToFolder(Guid userId)
|
||||
{
|
||||
return ToFolder(new Folder
|
||||
{
|
||||
UserId = userId,
|
||||
Id = Id
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user