Skip to content

Commit

Permalink
[OpenAPI] Spec updates (#1518)
Browse files Browse the repository at this point in the history
Co-authored-by: github-merge-queue[bot] <github-merge-queue[bot]@users.noreply.github.com>
  • Loading branch information
xata-bot and github-merge-queue[bot] authored Jun 26, 2024
1 parent 776103b commit b06a904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/api/dataPlaneComponents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export type ListClusterExtensionsPathParams = {
};

export type ListClusterExtensionsQueryParams = {
extensionType: 'supported' | 'installed';
extensionType: 'available' | 'installed';
};

export type ListClusterExtensionsError = Fetcher.ErrorWrapper<
Expand Down

0 comments on commit b06a904

Please sign in to comment.