1
0
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:
Addison Beck 2024-10-04 13:59:35 -04:00
parent 709d14d9ea
commit d9703a0b01
No known key found for this signature in database

View File

@ -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);