Skip to content

Commit 871aa8b

Browse files
Update rest-api.md
1 parent f62fb60 commit 871aa8b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Let's see how to get the JSON into the Custom Data Type using an example that fe
343343
Here's how you do it:
344344

345345
1. First, ensure that you [create a custom data type](#create-custom-data-type-matching-to-json-structure) that matches your JSON structure.
346-
2. Open your API call definition> **Response & Test tab > Response Type >** enablethe **Parse as
346+
2. Open your API call definition > **Response & Test tab > Response Type >** enable the **Parse as
347347
Data Type**. Select the **Data Type** that you want to convert into. For this example, it's 'AllProducts'.
348348

349349
![img_1.png](../imgs/img_1.png)
@@ -790,4 +790,4 @@ Why am I getting a “Current variable is not valid” error?
790790
<p>
791791
This error typically indicates that the widget isn’t receiving the data type it expects. For example, passing a list of colors directly to a text widget will trigger the error. In such cases, convert or supply the data as a string (or another compatible type) so the widget can properly display it.
792792
</p>
793-
</details>
793+
</details>

0 commit comments

Comments
 (0)