mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
Support for CipherKey and Share APIs
This commit is contained in:
@ -1,8 +1,5 @@
|
||||
using System;
|
||||
using Bit.Core.Domains;
|
||||
using Newtonsoft.Json;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace Bit.Api.Models
|
||||
{
|
||||
@ -30,7 +27,6 @@ namespace Bit.Api.Models
|
||||
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Key { get; set; }
|
||||
public DateTime RevisionDate { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user