Skip to content

Commit 8e15830

Browse files
chore: sync OpenAPI spec from Airbyte Agents platform (#35)
* chore: sync OpenAPI spec from Airbyte Agents platform * chore: sync OpenAPI spec from Airbyte Agents platform * chore: sync OpenAPI spec from Airbyte Agents platform * go generate --------- Co-authored-by: octavia-bot[bot] <108746235+octavia-bot[bot]@users.noreply.github.com> Co-authored-by: cjkenned <cameron.kennedy@airbyte.io>
1 parent 836b988 commit 8e15830

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

api/app_public.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2878,7 +2878,7 @@
28782878
"Workspaces"
28792879
],
28802880
"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)",
28822882
"operationId": "list_workspaces",
28832883
"security": [
28842884
{
@@ -2899,10 +2899,10 @@
28992899
"type": "null"
29002900
}
29012901
],
2902-
"description": "Filter external users by name (case-insensitive partial match)",
2902+
"description": "Filter workspaces by name (case-insensitive partial match)",
29032903
"title": "Name Contains"
29042904
},
2905-
"description": "Filter external users by name (case-insensitive partial match)"
2905+
"description": "Filter workspaces by name (case-insensitive partial match)"
29062906
},
29072907
{
29082908
"name": "status",
@@ -2917,10 +2917,10 @@
29172917
"type": "null"
29182918
}
29192919
],
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.",
29212921
"title": "Status"
29222922
},
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."
29242924
},
29252925
{
29262926
"name": "limit",
@@ -2930,11 +2930,11 @@
29302930
"type": "integer",
29312931
"maximum": 100,
29322932
"minimum": 1,
2933-
"description": "Maximum number of external users to return",
2933+
"description": "Maximum number of workspaces to return",
29342934
"default": 20,
29352935
"title": "Limit"
29362936
},
2937-
"description": "Maximum number of external users to return"
2937+
"description": "Maximum number of workspaces to return"
29382938
},
29392939
{
29402940
"name": "cursor",
@@ -3999,7 +3999,7 @@
39993999
"type": "boolean",
40004000
"title": "Skip Truncation",
40014001
"description": "Disable automatic truncation of long text fields in list/search responses.",
4002-
"default": false
4002+
"default": true
40034003
}
40044004
},
40054005
"type": "object",
@@ -7451,4 +7451,4 @@
74517451
"description": "Configure connection templates and destination definitions for data replication."
74527452
}
74537453
]
7454-
}
7454+
}

internal/spec/extracted_gen.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)