Skip to content

Commit b2c91a4

Browse files
committed
updates per Adrian
1 parent 04aa6ad commit b2c91a4

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

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

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

@@ -54,6 +54,16 @@ If you receive errors while importing your OpenAPI document, make sure you've va
5454

5555
#### OpenAPI specifications
5656

57+
**Supported versions**
58+
59+
API Management only supports:
60+
* OpenAPI version 2.
61+
* OpenAPI version 3.0.x (up to version 3.0.3).
62+
63+
OpenAPI version 3.1 is currently not supported in API Management.
64+
65+
**Size limitations**
66+
5767
| Size limit | Description |
5868
| ---------- | ----------- |
5969
| **Up to 4 MB** | When an OpenAPI specification is imported inline to API Management. |
@@ -90,7 +100,9 @@ Security definitions are ignored.
90100

91101
OpenAPI version 2 support is limited to JSON format only.
92102

93-
### <a name="open-api-v3"> </a>OpenAPI version 3
103+
### <a name="open-api-v3"> </a>OpenAPI version 3.0.x
104+
105+
The latest supported OpenAPI version 3.0 is 3.0.3.
94106

95107
#### HTTPS URLs
96108
- If multiple `servers` are specified, API Management will use the first HTTPS URL it finds.
@@ -100,7 +112,7 @@ OpenAPI version 2 support is limited to JSON format only.
100112
- `example`
101113

102114
#### Unsupported
103-
The following fields are included in [OpenAPI version 3.x](https://swagger.io/specification/), but are not supported:
115+
The following fields are included in [OpenAPI version 3.0.x](https://swagger.io/specification/), but are not supported:
104116

105117
| Object | Field |
106118
| ----------- | ----------- |

0 commit comments

Comments
 (0)