Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 3b1a42f

Browse files
authored
Task/fix insights page name (#744)
* Update insights.js * Update insights.js
1 parent 6c46f20 commit 3b1a42f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/src/pages/apis/insights.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ export default function ApiReferencePage() {
77
const {siteConfig} = useDocusaurusContext();
88
return (
99
<Layout
10-
title={`Phone Number Lookup API Reference`}
11-
description="Authentication and Number Lookup. Everything you'll need to start working with our Phone Number Lookup API."
12-
keywords="Bandwidth,API,Phone,Number,Lookup">
10+
title={`Insights API Reference`}
11+
description="Account metrics and information. Everything you'll need to start working with our Insights API."
12+
keywords="Bandwidth,API,Insights,Metrics">
1313
<ApiReference spec={siteConfig.customFields.insightsSpec} color={siteConfig.customFields.voicePurple} downloadDefinitionUrl="https://github.com/Bandwidth/api-docs/blob/main/site/specs/insights.yml"/>
1414
</Layout>
1515
);

0 commit comments

Comments
 (0)