From 8c9067f6b304a342ccddaf67f393ef7e85c31d39 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Tue, 9 Nov 2021 19:42:31 -0500 Subject: [PATCH] Universal sponsorship redeem api --- src/Api/Controllers/OrganizationSponsorshipsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Controllers/OrganizationSponsorshipsController.cs b/src/Api/Controllers/OrganizationSponsorshipsController.cs index 9cded94a6..4b7dca085 100644 --- a/src/Api/Controllers/OrganizationSponsorshipsController.cs +++ b/src/Api/Controllers/OrganizationSponsorshipsController.cs @@ -67,7 +67,7 @@ namespace Bit.Api.Controllers model.PlanSponsorshipType, model.SponsoredEmail, model.FriendlyName); } - [HttpPost("sponsored/redeem/families-for-enterprise")] + [HttpPost("sponsored/redeem")] [SelfHosted(NotSelfHostedOnly = true)] public async Task RedeemSponsorship([FromQuery] string sponsorshipToken, [FromBody] OrganizationSponsorshipRedeemRequestModel model) {