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

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Sid
2025-08-01 17:18:15 +05:30
committed by GitHub
parent 4312378589
commit 2deff0ef55

View File

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