mirror of
https://github.com/bitwarden/server.git
synced 2025-02-11 01:01:36 +01:00
make ivalidatable
This commit is contained in:
parent
b4318e7e85
commit
cb902bf670
@ -184,7 +184,7 @@ namespace Bit.Core.Models.Api
|
|||||||
public string FolderId { get; set; }
|
public string FolderId { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class CipherBulkShareRequestModel
|
public class CipherBulkShareRequestModel : IValidatableObject
|
||||||
{
|
{
|
||||||
[Required]
|
[Required]
|
||||||
public IEnumerable<string> CollectionIds { get; set; }
|
public IEnumerable<string> CollectionIds { get; set; }
|
||||||
|
Loading…
Reference in New Issue
Block a user