Update backend/src/lib/api-docs/constants.ts

This commit is contained in:
Sid
2025-08-01 17:17:03 +05:30
committed by GitHub
parent d749a9621f
commit 4312378589

View File

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