Skip to content

Commit

Permalink
feat: whilelist integrations routes (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
franklevasseur authored Jul 2, 2024
1 parent 2d7c5a1 commit b25fa6e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/generateApiDocumentationPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,19 @@ const VisibleOperations: Operation[] = [
'updateTableRows',
'upsertTableRows',

// Integrations
'createIntegration',
'getIntegration',
'getIntegrationByName',
'updateIntegration',
'deleteIntegration',
'listIntegrations',

// Hub
'listPublicIntegrations',
'getPublicIntegrationById',
'getPublicIntegration',

// Bots
'createBot',
'getBot',
Expand Down

0 comments on commit b25fa6e

Please sign in to comment.