mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
Add Swagger generation for Identity (#2058)
This commit is contained in:
@@ -202,7 +202,7 @@ namespace Bit.Api.Controllers
|
||||
}
|
||||
|
||||
|
||||
public async Task<bool> CanCreateCollection(Guid orgId, Guid collectionId)
|
||||
private async Task<bool> CanCreateCollection(Guid orgId, Guid collectionId)
|
||||
{
|
||||
if (collectionId != default)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user