Skip to content

Commit e15b505

Browse files
committed
Fix ref paths
1 parent 65066ef commit e15b505

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/control-flow/backend-logic/api/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ Under the **Recommended** section, you'll find suggested JSON paths that might c
604604

605605
### Using JSON Path
606606

607-
While accessing values from an API Call, you can either enter the custom JSON path or use the [predefined JSON path](#adding-json-path).
607+
While accessing values from an API Call, you can either enter the custom JSON path or use the [predefined JSON path](#add-json-predefined-path).
608608

609609
To use a predefined JSON Path, first, select your API response. Then, set the **API Response Options** to **JSON Body** and the **Available Options** to **JSON Path** or **Predefined Path**. Finally, specify the JSON Path Name or select from the predefined JSON Path to map the extracted data for use in your app.
610610

docs/resources/control-flow/backend-logic/backend-query/api-call-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Once you have the API Call query defined, you can use the data retrieved from th
8181
4. Set the **API response Options** to **JSON Body**.
8282
5. Set the **Available Options** to **JSON Path**.
8383
6. Set the **JSON Path Name** to either the custom JSON path or use the already created JSON
84-
path. See how to [**create a JSON path**](../../backend-logic/api/rest-api.md#adding-json-path).
84+
path. See how to [**create a JSON path**](../../backend-logic/api/rest-api.md#add-json-predefined-path).
8585
7. Click **Confirm**.
8686

8787
<div class="video-container"><iframe src="https://www.loom.

0 commit comments

Comments
 (0)