Skip to content

Commit d8264b3

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#105288
1 parent a86273d commit d8264b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,12 @@ API Management supports the following specification versions:
136136

137137
#### Unsupported
138138

139-
The following fields are included in [OpenAPI version 3.0.x](https://swagger.io/specification/), but are not supported:
139+
The following fields are included in either [OpenAPI version 3.0.x](https://swagger.io/specification/) or [OpenAPI version 3.1.x](https://spec.openapis.org/oas/v3.1.0), but are not supported:
140140

141141
| Object | Field |
142142
| ----------- | ----------- |
143143
| **OpenAPI** | `externalDocs` |
144+
| **Info** | `summary` |
144145
| **Components** | <ul><li>`responses`</li><li>`parameters`</li><li>`examples`</li><li>`requestBodies`</li><li>`headers`</li><li>`securitySchemes`</li><li>`links`</li><li>`callbacks`</li></ul> |
145146
| **PathItem** | <ul><li>`trace`</li><li>`servers`</li></ul> |
146147
| **Operation** | <ul><li>`externalDocs`</li><li>`callbacks`</li><li>`security`</li><li>`servers`</li></ul> |

0 commit comments

Comments
 (0)