You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/apimapis.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4445,7 +4445,7 @@
4445
4445
"values": [
4446
4446
{
4447
4447
"value": "swagger-link",
4448
-
"description": "Export the Api Definition in OpenApi Specification 2.0 format to the Storage Blob.",
4448
+
"description": "Export the Api Definition in OpenAPI 2.0 Specification as JSON document to the Storage Blob.",
4449
4449
"name": "Swagger"
4450
4450
},
4451
4451
{
@@ -4460,12 +4460,12 @@
4460
4460
},
4461
4461
{
4462
4462
"value": "openapi-link",
4463
-
"description": "Export the Api Definition in OpenApi Specification 3.0 to Storage Blob.",
4463
+
"description": "Export the Api Definition in OpenAPI 3.0 Specification as YAML document to Storage Blob.",
4464
4464
"name": "Openapi"
4465
4465
},
4466
4466
{
4467
4467
"value": "openapi+json-link",
4468
-
"description": "Export the Api Definition in OpenApi Specification 3.0 as JSON document to Storage Blob.",
4468
+
"description": "Export the Api Definition in OpenAPI 3.0 Specification as JSON document to Storage Blob.",
Copy file name to clipboardExpand all lines: specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2020-06-01-preview/definitions.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -207,11 +207,11 @@
207
207
},
208
208
{
209
209
"value": "swagger-json",
210
-
"description": "The contents are inline and Content Type is a OpenApi 2.0 Document."
210
+
"description": "The contents are inline and Content Type is a OpenAPI 2.0 JSON Document."
211
211
},
212
212
{
213
213
"value": "swagger-link-json",
214
-
"description": "The Open Api 2.0 document is hosted on a publicly accessible internet address."
214
+
"description": "The OpenAPI 2.0 JSON document is hosted on a publicly accessible internet address."
215
215
},
216
216
{
217
217
"value": "wsdl",
@@ -223,19 +223,19 @@
223
223
},
224
224
{
225
225
"value": "openapi",
226
-
"description": "The contents are inline and Content Type is a OpenApi 3.0 Document in YAML format."
226
+
"description": "The contents are inline and Content Type is a OpenAPI 3.0 YAML Document."
227
227
},
228
228
{
229
229
"value": "openapi+json",
230
-
"description": "The contents are inline and Content Type is a OpenApi 3.0 Document in JSON format."
230
+
"description": "The contents are inline and Content Type is a OpenAPI 3.0 JSON Document."
231
231
},
232
232
{
233
233
"value": "openapi-link",
234
-
"description": "The Open Api 3.0 document is hosted on a publicly accessible internet address."
234
+
"description": "The OpenAPI 3.0 YAML document is hosted on a publicly accessible internet address."
235
235
},
236
236
{
237
237
"value": "openapi+json-link",
238
-
"description": "The Open Api 3.0 Json document is hosted on a publicly accessible internet address."
238
+
"description": "The OpenAPI 3.0 JSON document is hosted on a publicly accessible internet address."
0 commit comments