Skip to content

Commit acbbc85

Browse files
committed
backlog item 1782899
1 parent f6171fb commit acbbc85

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

articles/api-management/api-management-api-import-restrictions.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,27 @@ ms.service: api-management
1313
ms.workload: mobile
1414
ms.tgt_pltfrm: na
1515
ms.topic: article
16-
ms.date: 10/12/2021
16+
ms.date: 10/14/2021
1717
ms.author: danlep
1818
---
1919

2020
# API import restrictions and known issues
2121

22-
## About this list
23-
2422
When importing an API, you might encounter some restrictions or need to identify and rectify issues before you can successfully import. In this article, you'll learn:
25-
* All the limitations, organized by the import format of the API.
23+
* API Management's behavior during OpenAPI import.
24+
* Import limitations, organized by the import format of the API.
2625
* How OpenAPI export works.
2726

27+
## API Management during OpenAPI import
28+
29+
During OpenAPI import, API Management:
30+
* Checks specifically for query string parameters marked as required.
31+
* Converts the query string parameters to template parameters.
32+
33+
If you prefer a different behavior, you can either:
34+
* Manually change via form-based editor, or
35+
* Simply remove the "required" attribute from the OpenAPI definition, thus not converting them to template parameters.
36+
2837
## <a name="open-api"> </a>OpenAPI/Swagger import limitations
2938

3039
If you receive errors while importing your OpenAPI document, make sure you've validated it beforehand by either:

0 commit comments

Comments
 (0)