Skip to content

Commit aaab837

Browse files
committed
edits
1 parent 66a5c4c commit aaab837

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/api-management/export-api-postman.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: danlep
1515
To enhance development of your APIs, you can export an API fronted in API Management to [Postman](https://www.postman.com/product/what-is-postman/). Export an API definition from API Management as a Postman [collection](https://learning.postman.com/docs/getting-started/creating-the-first-collection/) so that you can use Postman's tools to design, document, test, monitor, and collaborate on APIs.
1616

1717
> [!NOTE]
18-
> Only the API definition is exported from API Management to Postman. You don't export other information from API Management such as policies or subscription keys.
18+
> Only the API definition can be exported directly from API Management to Postman. Other information such as policies or subscription keys isn't exported.
1919
2020
## Prerequisites
2121

@@ -59,5 +59,5 @@ APIs developed in Postman can then be exported and imported back into API Manage
5959
## Related content
6060

6161
* [Blog: Enhanced API developer experience with the Microsoft-Postman partnership](https://techcommunity.microsoft.com/t5/apps-on-azure-blog/enhanced-api-developer-experience-with-the-microsoft-postman/ba-p/3650304)
62-
* Learn more about [importing APIs to Postman](https://learning.postman.com/docs/designing-and-developing-your-api/importing-an-api/).
62+
* Learn more about [importing API definitions to Postman](https://learning.postman.com/docs/designing-and-developing-your-api/importing-an-api/).
6363
* Learn more about [authorizing requests in Postman](https://learning.postman.com/docs/sending-requests/authorization/).

articles/api-management/front-door-api-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Learn how to front your API Management instance with Azure Front Do
44
services: api-management
55
author: dlepow
66

7+
78
ms.service: azure-api-management
89
ms.topic: how-to
910
ms.date: 08/06/2024
@@ -82,8 +83,7 @@ Test the Front Door profile configuration by calling an API hosted by API Manage
8283

8384
### Call an API directly through API Management
8485

85-
To test, you can use a command line client such as `curl` for the calls, or another HTTP client. A successful response returns a `200 OK` HTTP
86-
response and the expected data:
86+
To call an API directly through the API Management gateway, you can use a command line client such as `curl` or another HTTP client. A successful response returns a `200 OK` HTTP response and the expected data:
8787

8888
:::image type="content" source="media/front-door-api-management/test-api-management-gateway.png" alt-text="Screenshot showing calling API Management endpoint directly using an HTTP client.":::
8989

0 commit comments

Comments
 (0)