mirror of
https://github.com/bitwarden/server
synced 2025-12-20 10:13:39 +00:00
collection groups management
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Bit.Core.Models.Api
|
||||
[EncryptedString]
|
||||
[StringLength(300)]
|
||||
public string Name { get; set; }
|
||||
public IEnumerable<string> GroupIds { get; set; }
|
||||
public IEnumerable<SelectionReadOnlyRequestModel> Groups { get; set; }
|
||||
|
||||
public Collection ToCollection(Guid orgId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user