From 43123785896c82653e6a5b0ec86e1e85bd3eaff3 Mon Sep 17 00:00:00 2001 From: Sid <58144379+sidwebworks@users.noreply.github.com> Date: Fri, 1 Aug 2025 17:17:03 +0530 Subject: [PATCH] Update backend/src/lib/api-docs/constants.ts --- backend/src/lib/api-docs/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/lib/api-docs/constants.ts b/backend/src/lib/api-docs/constants.ts index 17f13d3c2..b34ff91c3 100644 --- a/backend/src/lib/api-docs/constants.ts +++ b/backend/src/lib/api-docs/constants.ts @@ -2873,7 +2873,7 @@ export const LdapSso = { export const EventSubscriptions = { SUBSCRIBE_PROJECT_EVENTS: { - projectId: "The ID of the project the group belongs to.", + projectId: "The ID of the project the subscription belongs to.", register: "List of events you want to subscribe to" } };