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 5d7f8af commit 3879576
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In this case, the base URL remains: `https://example.com/dataset/`.

#### Defining the Asset in the EDC

To register a **single asset** in the EDC that references multiple datasets, use the following API request:
To add an asset that references such a base URL which supports parameterization, use the following API request:

`POST {{MANAGEMENT-API}}/v3/assets`

Expand Down Expand Up @@ -50,7 +50,7 @@ Ensure that `proxyPath` and `proxyQueryParams` are correctly set and enabled `tr
- `"proxyPath": "true"`: enables path-based dataset retrieval
- `"proxyQueryParams": "true"`: allows dynamic query parameter inclusion

{% 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. {% endhint %}
{% 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 %}

### Consuming Data

Expand Down

0 comments on commit 3879576

Please sign in to comment.