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
This article shows how to import an "OpenAPI specification" backend API residing at `https://conferenceapi.azurewebsites.net?format=json`. This backend API is provided by Microsoft and hosted on Azure. The article also shows how to test the APIM API.
17
+
This article shows how to import an "OpenAPI specification" backend API to Azure API Management using a variety of tools. The article also shows how to test the API in API Management.
18
18
19
19
In this article, you learn how to:
20
20
> [!div class="checklist"]
@@ -37,6 +37,9 @@ In this article, you learn how to:
37
37
38
38
## <aname="create-api"> </a>Import a backend API
39
39
40
+
For this example, you import the [specification](https://petstore3.swagger.io/api/v3/openapi.json) for the open source [Petstore API](https://petstore3.swagger.io/), but you can substitute an OpenAPI specification of your choice.
41
+
42
+
40
43
#### [Portal](#tab/portal)
41
44
42
45
1. In the [Azure portal](https://portal.azure.com), navigate to your API Management instance.
## Validate against an OpenAPI specification schema
106
109
107
110
You can configure API Management [validation policies](api-management-policies.md#content-validation) to validate requests and responses (or elements of them) against the schema in an OpenAPI specification. For example, use the [validate-content](validate-content-policy.md) policy to validate the size or content of a request or response body.
0 commit comments