mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
api adjustments for manager role and collections
This commit is contained in:
@ -8,7 +8,7 @@ namespace Bit.Core.Services
|
||||
{
|
||||
public interface ICollectionService
|
||||
{
|
||||
Task SaveAsync(Collection collection, IEnumerable<SelectionReadOnly> groups = null);
|
||||
Task SaveAsync(Collection collection, IEnumerable<SelectionReadOnly> groups = null, Guid? assignUserId = null);
|
||||
Task DeleteAsync(Collection collection);
|
||||
Task DeleteUserAsync(Collection collection, Guid organizationUserId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user