1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 01:22:50 -05:00

Update feature flag keys

This commit is contained in:
Thomas Rittson
2023-10-02 10:47:27 +10:00
parent f7d05e2ffa
commit 90db41a371
2 changed files with 2 additions and 3 deletions

View File

@ -765,7 +765,7 @@ public class OrganizationsController : Controller
}
[HttpPut("{id}/collection-management")]
[RequireFeature(FeatureFlagKeys.CollectionManagement)]
[RequireFeature(FeatureFlagKeys.FlexibleCollections)]
public async Task<OrganizationResponseModel> PutCollectionManagement(Guid id, [FromBody] OrganizationCollectionManagementUpdateRequestModel model)
{
var organization = await _organizationRepository.GetByIdAsync(id);