Skip to content

Commit

Permalink
Update httpdata-pull-parameterized.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmberthold authored Feb 4, 2025
1 parent 3879576 commit 11c6a87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ To add an asset that references such a base URL which supports parameterization,
{% endcode %}

Ensure that `proxyPath` and `proxyQueryParams` are correctly set and enabled `true`.
- `"proxyPath": "true"`: enables path-based dataset retrieval
- `"proxyQueryParams": "true"`: allows dynamic query parameter inclusion
- `"proxyPath": "true"`: enables path-based dataset retrieval for the Consumer (Parameterization)
- `"proxyQueryParams": "true"`: allows dynamic query parameter inclusion for the Consumer (Parameterization)

{% hint style="info" %} As parameterization is optional, these settings do not need to be set to "true" if the datasource API doesn't support it, then either don't add them at all or set them to "false". {% endhint %}

Expand Down

0 comments on commit 11c6a87

Please sign in to comment.