mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
cipher details create/update
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using System;
|
||||
using Core.Models.Data;
|
||||
using Bit.Core.Models.Table;
|
||||
|
||||
namespace Bit.Core.Models.Api
|
||||
{
|
||||
@@ -41,8 +40,5 @@ namespace Bit.Core.Models.Api
|
||||
public string Password { get; set; }
|
||||
public string Notes { get; set; }
|
||||
public DateTime RevisionDate { get; set; }
|
||||
|
||||
// Expandables
|
||||
public FolderResponseModel Folder { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user