From 2deff0ef55a1d22764af219139fe58c575bada4e Mon Sep 17 00:00:00 2001 From: Sid <58144379+sidwebworks@users.noreply.github.com> Date: Fri, 1 Aug 2025 17:18:15 +0530 Subject: [PATCH] Update backend/src/lib/api-docs/constants.ts Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- 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 b34ff91c3..83df79801 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 subscription belongs to.", + projectId: "The ID of the project to subscribe to events for.", register: "List of events you want to subscribe to" } };