Skip to content

Conversation

@davilima6
Copy link

@davilima6 davilima6 commented Nov 24, 2025

Purpose

Adds support for enrichOptions parameter to the Content API, allowing users to control the depth level of reference enrichment when fetching content.

Approach and changes

Added enrichOptions configuration to GetContentOptions type and implemented handling in both query and content API endpoints

  • added enrichOptions property with enrichLevel support to GetContentOptions type
  • implemented enrichOptions query parameter handling for /query and /content endpoints

Testing instructions

  1. Create a @builder.io/sdk test script
  2. Run getAll() method with { enrich: true, enrichOptions: { enrichLevel: 2 } } options
  3. Confirm the underlying API call includes enrich=true and enrichOptions.enrichLevel=2 query parameters

@changeset-bot
Copy link

changeset-bot bot commented Nov 24, 2025

⚠️ No Changeset found

Latest commit: 2142b78

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@davilima6 davilima6 force-pushed the fix/enrichOptions-with-tests branch from e7ed2f9 to d517584 Compare November 24, 2025 08:59
@davilima6 davilima6 force-pushed the fix/enrichOptions-with-tests branch from d517584 to a2fdb06 Compare November 24, 2025 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant