Skip to content
Merged
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
4 changes: 2 additions & 2 deletions content/docs/documentation/property-search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The Property Search API returns ownership and resident information for a given p

<Callout type="info">
**V2 API Available**: We recommend using the [V2 Property
API](/references/property/search_property_by_address_v2) for new integrations.
The V2 API provides improved data structure and additional features.
API](/references/property-v2/search_property_v2) for new integrations. The V2
API provides improved data structure and additional features.
</Callout>

## Make Your First Request
Expand Down
2 changes: 1 addition & 1 deletion src/app/og/[...slug]/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function GET(
<DefaultImage
title={page.data.title}
description={page.data.description}
site="My App"
site="Whitepages API Documentation"
/>,
{
width: 1200,
Expand Down