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