mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
Add feature flags constants and flag new route
This commit is contained in:
@ -765,6 +765,7 @@ public class OrganizationsController : Controller
|
||||
}
|
||||
|
||||
[HttpPut("{id}/collection-management")]
|
||||
[RequireFeature(FeatureFlagKeys.CollectionManagement)]
|
||||
public async Task<OrganizationResponseModel> PutCollectionManagement(Guid id, [FromBody] OrganizationCollectionManagementUpdateRequestModel model)
|
||||
{
|
||||
var organization = await _organizationRepository.GetByIdAsync(id);
|
||||
|
Reference in New Issue
Block a user