Allow clearing the instance name on the licenses

This commit is contained in:
Owen
2026-04-16 14:40:44 -07:00
parent a246de2b1f
commit 6fe74a9f8d
4 changed files with 159 additions and 1 deletions

View File

@@ -214,6 +214,13 @@ if (build === "saas") {
generateLicense.generateNewEnterpriseLicense
);
authenticated.post(
"/org/:orgId/license/:licenseKey/clear-instance-name",
verifyOrgAccess,
verifyUserHasAction(ActionsEnum.billing),
generateLicense.clearInstanceName
);
authenticated.post(
"/send-support-request",
rateLimit({