mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
upgrade org api
This commit is contained in:
@ -223,7 +223,7 @@ namespace Bit.Api.Controllers
|
||||
throw new NotFoundException();
|
||||
}
|
||||
|
||||
await _organizationService.UpgradePlanAsync(orgIdGuid, model.PlanType, model.AdditionalSeats);
|
||||
await _organizationService.UpgradePlanAsync(orgIdGuid, model.ToOrganizationUpgrade());
|
||||
}
|
||||
|
||||
[HttpPost("{id}/seat")]
|
||||
|
Reference in New Issue
Block a user