From 8a86a73bcf87d41ab834b9561b8d7c90d40e9ce2 Mon Sep 17 00:00:00 2001 From: Alena Astrakhantseva Date: Tue, 24 Sep 2024 20:00:05 +0200 Subject: [PATCH] Update basic.md (#1866) * 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 --- .../docs/dlt-ecosystem/verified-sources/rest_api/basic.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website/docs/dlt-ecosystem/verified-sources/rest_api/basic.md b/docs/website/docs/dlt-ecosystem/verified-sources/rest_api/basic.md index e301128dc1..e6e411f139 100644 --- a/docs/website/docs/dlt-ecosystem/verified-sources/rest_api/basic.md +++ b/docs/website/docs/dlt-ecosystem/verified-sources/rest_api/basic.md @@ -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 @@ -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