mirror of
https://github.com/bitwarden/server.git
synced 2025-01-21 21:41:21 +01:00
Unblock PutCollectionManagement
for self host
This commit is contained in:
parent
709d14d9ea
commit
d9703a0b01
@ -514,7 +514,6 @@ public class OrganizationsController : Controller
|
||||
}
|
||||
|
||||
[HttpPut("{id}/collection-management")]
|
||||
[SelfHosted(NotSelfHostedOnly = true)]
|
||||
public async Task<OrganizationResponseModel> PutCollectionManagement(Guid id, [FromBody] OrganizationCollectionManagementUpdateRequestModel model)
|
||||
{
|
||||
var organization = await _organizationRepository.GetByIdAsync(id);
|
||||
|
Loading…
Reference in New Issue
Block a user