Skip to content

Commit 1204a17

Browse files
committed
Added import API disclaimer
1 parent 38c8761 commit 1204a17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/resources/control-flow/backend-logic/api/create-test-api-calls.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ Furthermore, the ability to import Swagger/OpenAPI definitions directly into Flu
119119
We also add all settings that are required to run the API, such as [headers](rest-api.md#headers), [query parameters](rest-api.md#query-parameters), [variables](rest-api.md#variables), and body as they are defined in the Swagger file. However, you might need to replace the hard-coded values in [Body](rest-api.md#body) text with the [variables](rest-api.md#variables).
120120
:::
121121

122+
:::warning
123+
Please note that while it is possible to import APIs created with OAS 2.0 in FlutterFlow, you might face some issues, such as the body request being lost during the import process. Our import functionality is built based on the OAS 3.0 standard, so for the best experience and compatibility, it is recommended to use APIs that adhere to OAS 3.0 or above.
124+
:::
125+
122126
To import API call definitions:
123127

124128
1. Click the **Import OpenAPI** icon. This will open a new popup.

0 commit comments

Comments
 (0)