mirror of
https://github.com/bitwarden/server
synced 2025-12-20 02:03:46 +00:00
SelectionReadOnly MERGE to CollectionGroup
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Bit.Core.Models.Api
|
||||
public string Name { get; set; }
|
||||
[Required]
|
||||
public bool? AccessAll { get; set; }
|
||||
public IEnumerable<string> CollectionIds { get; set; }
|
||||
public IEnumerable<SelectionReadOnlyRequestModel> Collections { get; set; }
|
||||
|
||||
public Group ToGroup(Guid orgId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user