You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/app_public.json
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2878,7 +2878,7 @@
2878
2878
"Workspaces"
2879
2879
],
2880
2880
"summary": "List Workspaces",
2881
-
"description": "List external users for the authenticated organization with cursor-based pagination.\n\n- **name_contains**: Optional filter by external user name (case-insensitive partial match)\n- **status**: Optional filter by external user status (active or inactive). If not specified, returns all external users.\n- **limit**: Maximum number of external users to return (default: 20, max: 100)\n- **cursor**: Pagination cursor from previous response's `next` URL\n- **next**: URL for next page (null if no more results)",
2881
+
"description": "List workspaces for the authenticated organization with cursor-based pagination.\n\n- **name_contains**: Optional filter by workspace name (case-insensitive partial match)\n- **status**: Optional filter by workspace status (active or inactive). If not specified, returns all workspaces.\n- **limit**: Maximum number of workspaces to return (default: 20, max: 100)\n- **cursor**: Pagination cursor from previous response's `next` URL\n- **next**: URL for next page (null if no more results)",
2882
2882
"operationId": "list_workspaces",
2883
2883
"security": [
2884
2884
{
@@ -2899,10 +2899,10 @@
2899
2899
"type": "null"
2900
2900
}
2901
2901
],
2902
-
"description": "Filter external users by name (case-insensitive partial match)",
2902
+
"description": "Filter workspaces by name (case-insensitive partial match)",
2903
2903
"title": "Name Contains"
2904
2904
},
2905
-
"description": "Filter external users by name (case-insensitive partial match)"
2905
+
"description": "Filter workspaces by name (case-insensitive partial match)"
2906
2906
},
2907
2907
{
2908
2908
"name": "status",
@@ -2917,10 +2917,10 @@
2917
2917
"type": "null"
2918
2918
}
2919
2919
],
2920
-
"description": "Filter external users by status (active or inactive). Returns all if not specified.",
2920
+
"description": "Filter workspaces by status (active or inactive). Returns all if not specified.",
2921
2921
"title": "Status"
2922
2922
},
2923
-
"description": "Filter external users by status (active or inactive). Returns all if not specified."
2923
+
"description": "Filter workspaces by status (active or inactive). Returns all if not specified."
2924
2924
},
2925
2925
{
2926
2926
"name": "limit",
@@ -2930,11 +2930,11 @@
2930
2930
"type": "integer",
2931
2931
"maximum": 100,
2932
2932
"minimum": 1,
2933
-
"description": "Maximum number of external users to return",
2933
+
"description": "Maximum number of workspaces to return",
2934
2934
"default": 20,
2935
2935
"title": "Limit"
2936
2936
},
2937
-
"description": "Maximum number of external users to return"
2937
+
"description": "Maximum number of workspaces to return"
2938
2938
},
2939
2939
{
2940
2940
"name": "cursor",
@@ -3999,7 +3999,7 @@
3999
3999
"type": "boolean",
4000
4000
"title": "Skip Truncation",
4001
4001
"description": "Disable automatic truncation of long text fields in list/search responses.",
4002
-
"default": false
4002
+
"default": true
4003
4003
}
4004
4004
},
4005
4005
"type": "object",
@@ -7451,4 +7451,4 @@
7451
7451
"description": "Configure connection templates and destination definitions for data replication."
0 commit comments