From ae72b7b2dee1414d1eaca0db32e6aabb32e5046d Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Thu, 23 May 2024 11:13:47 +0200 Subject: [PATCH] Mark response actions as an experimental feature --- docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md b/docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md index 070be4d6ca..d5d29344de 100644 --- a/docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md +++ b/docs/website/docs/dlt-ecosystem/verified-sources/rest_api.md @@ -591,6 +591,10 @@ See the [incremental loading](../../general-usage/incremental-loading.md#increme The `response_actions` field in the endpoint configuration allows you to specify how to handle specific responses from the API based on status codes or content substrings. This is useful for handling edge cases like ignoring responses on specific conditions. +:::caution Experimental Feature +This is an experimental feature and may change in future releases. +::: + #### Example ```py