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" } };