mirror of
https://github.com/bitwarden/server
synced 2025-12-19 09:43:25 +00:00
make ivalidatable
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user