We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a781d5 commit f20060aCopy full SHA for f20060a
1 file changed
src/apis/integrations.ts
@@ -12,8 +12,7 @@ export interface IntegrationAddParams {
12
ai_provider_id?: string;
13
workspace_id?: string;
14
slug?: string;
15
- note?: string;
16
- configuration?: Record<string, any>;
+ configurations?: Record<string, any>;
17
}
18
19
export interface IntegrationListParams {
@@ -36,14 +35,12 @@ export interface IntegrationUpdateParams {
36
35
name?: string;
37
description?: string;
38
key?: string;
39
40
41
42
43
export interface WorkspaceAccessUpdateParams {
44
45
global_workspace_access?: Record<string, any>;
46
- workspace_ids?: string[];
47
override_existing_workspaces_access?: boolean;
48
workspaces?: Record<string, any>[];
49
0 commit comments