Skip to content

Commit 7f8a829

Browse files
committed
Fix the header so it pops up in search
1 parent 7c2dd85 commit 7f8a829

File tree

1 file changed

+1
-1
lines changed
  • docs/resources/control-flow/backend-logic/api

1 file changed

+1
-1
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
@@ -568,7 +568,7 @@ with a numeric character. However, in cases where you have keys with numeric pre
568568
Learn more about **[JSONPath](https://www.rfc-editor.org/rfc/rfc9535.html)** and how to define a proper expression.
569569
:::
570570

571-
### Adding JSON Path
571+
### Add JSON Predefined Path
572572
You can effortlessly define and manage **JSON Paths** for your API calls in FlutterFlow to parse and extract the data you need. Once added you can [use](#using-json-path) them as **Predefined Path** while accessing the **JSON Body**.
573573

574574
First, [create and test](../api/create-test-api-calls.md) your API call. Inside the **JSON Paths** section, click **+ Add JSON Path**, enter your **JSON Path**, and assign it a name. If the expression is valid, a preview of the response appears under **Response Preview**. Click the **Preview** icon to see the full response. If the response contains a list of items, the **Is List** option will be enabled automatically.

0 commit comments

Comments
 (0)