diff --git a/plugins/api-docs/src/alpha.tsx b/plugins/api-docs/src/alpha.tsx
index 44ded088f1..6ab8953dd4 100644
--- a/plugins/api-docs/src/alpha.tsx
+++ b/plugins/api-docs/src/alpha.tsx
@@ -79,6 +79,7 @@ const apiDocsExplorerPage = PageBlueprint.makeWithOverrides({
loader: () =>
import('./components/ApiExplorerPage').then(m => (
)),
diff --git a/plugins/api-docs/src/components/ApiExplorerPage/DefaultApiExplorerPage.tsx b/plugins/api-docs/src/components/ApiExplorerPage/DefaultApiExplorerPage.tsx
index 625fdbe31c..0b6239910b 100644
--- a/plugins/api-docs/src/components/ApiExplorerPage/DefaultApiExplorerPage.tsx
+++ b/plugins/api-docs/src/components/ApiExplorerPage/DefaultApiExplorerPage.tsx
@@ -65,6 +65,7 @@ export type DefaultApiExplorerPageProps = {
actions?: TableProps['actions'];
ownerPickerMode?: EntityOwnerPickerProps['mode'];
pagination?: EntityListPagination;
+ noHeader?: boolean;
};
/**
@@ -96,6 +97,7 @@ export const DefaultApiExplorerPage = (props: DefaultApiExplorerPageProps) => {
title={t('defaultApiExplorerPage.title')}
subtitle={generatedSubtitle}
pageTitleOverride={t('defaultApiExplorerPage.pageTitleOverride')}
+ noHeader={props.noHeader}
>