mirror of
https://github.com/bitwarden/server.git
synced 2025-02-06 00:11:22 +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 class CipherBulkShareRequestModel
|
||||
public class CipherBulkShareRequestModel : IValidatableObject
|
||||
{
|
||||
[Required]
|
||||
public IEnumerable<string> CollectionIds { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user