Skip to content

Commit

Permalink
Update basic.md (#1866)
Browse files Browse the repository at this point in the history
* Update basic.md

fix link to response actions

* Update docs/website/docs/dlt-ecosystem/verified-sources/rest_api/basic.md

* Update docs/website/docs/dlt-ecosystem/verified-sources/rest_api/basic.md

* Update docs/website/docs/dlt-ecosystem/verified-sources/rest_api/basic.md

* Update docs/website/docs/dlt-ecosystem/verified-sources/rest_api/basic.md
  • Loading branch information
AstrakhantsevaAA authored Sep 24, 2024
1 parent dcb1f0e commit 8a86a73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ The fields in the endpoint configuration are:
- `json`: The JSON payload to be sent with the request (for POST and PUT requests).
- `paginator`: Pagination configuration for the endpoint. See the [pagination](#pagination) section for more details.
- `data_selector`: A JSONPath to select the data from the response. See the [data selection](#data-selection) section for more details.
- `response_actions`: A list of actions that define how to process the response data. See the [response actions](#response-actions) section for more details.
- `response_actions`: A list of actions that define how to process the response data. See the [response actions](./advanced#response-actions) section for more details.
- `incremental`: Configuration for [incremental loading](#incremental-loading).

### Pagination
Expand Down Expand Up @@ -877,7 +877,7 @@ See the [troubleshooting guide](../../../general-usage/incremental-loading.md#tr

#### Getting HTTP 404 errors

Some API may return 404 errors for resources that do not exist or have no data. Manage these responses by configuring the `ignore` action in [response actions](#response-actions).
Some API may return 404 errors for resources that do not exist or have no data. Manage these responses by configuring the `ignore` action in [response actions](./advanced#response-actions).

### Authentication issues

Expand Down

0 comments on commit 8a86a73

Please sign in to comment.