mirror of
https://github.com/bitwarden/server
synced 2026-01-05 10:03:23 +00: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