Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion airbyte-api/server-api/src/main/openapi/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2089,7 +2089,6 @@ paths:
x-speakeasy-alias: listWorkspaces
x-speakeasy-group: Workspaces
summary: List workspaces
x-speakeasy-entity-operation: Workspace#list
parameters:
- name: workspaceIds
description: The UUIDs of the workspaces you wish to fetch. Empty list will
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ paths:
x-speakeasy-alias: "listWorkspaces"
x-speakeasy-group: "Workspaces"
summary: "List workspaces"
x-speakeasy-entity-operation: "Workspace#list"
parameters:
- name: "workspaceIds"
description: "The UUIDs of the workspaces you wish to fetch. Empty list will\
Expand Down
1 change: 0 additions & 1 deletion airbyte-api/server-api/src/main/openapi/api_sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,6 @@ paths:
x-speakeasy-alias: "listWorkspaces"
x-speakeasy-group: "Workspaces"
summary: "List workspaces"
x-speakeasy-entity-operation: "Workspace#list"
parameters:
- name: "workspaceIds"
description: "The UUIDs of the workspaces you wish to fetch. Empty list will\
Expand Down
1 change: 0 additions & 1 deletion airbyte-api/server-api/src/main/openapi/api_terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,6 @@ paths:
x-speakeasy-alias: "listWorkspaces"
x-speakeasy-group: "Workspaces"
summary: "List workspaces"
x-speakeasy-entity-operation: Workspace#list
parameters:
- name: "workspaceIds"
description: "The UUIDs of the workspaces you wish to fetch. Empty list will\
Expand Down
1 change: 0 additions & 1 deletion airbyte-api/server-api/src/main/openapi/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9110,7 +9110,6 @@ paths:
x-sdk-alias: listWorkspaces
x-sdk-group: Workspaces
summary: List workspaces
x-sdk-entity-operation: Workspace#list
parameters:
- name: workspaceIds
description: The UUIDs of the workspaces you wish to fetch. Empty list will retrieve all allowed workspaces.
Expand Down
1 change: 0 additions & 1 deletion airbyte-api/server-api/src/main/openapi/public_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ paths:
x-sdk-alias: listWorkspaces
x-sdk-group: Workspaces
summary: List workspaces
x-sdk-entity-operation: Workspace#list
parameters:
- name: workspaceIds
description: The UUIDs of the workspaces you wish to fetch. Empty list will retrieve all allowed workspaces.
Expand Down
Loading