Skip to content

Commit 95602f3

Browse files
Minor edits.
1 parent e51b83f commit 95602f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/api-management/transform-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This section shows you how to configure a custom response header using the `set-
8585

8686
:::image type="content" source="media/transform-api/set-policy.png" alt-text="Screenshot of the Set headers outbound policies in the portal.":::
8787

88-
## Protect an API by adding rate limit policy (throttling)
88+
## Protect an API by adding rate limit policy
8989

9090
This section shows how to add protection to your backend API by configuring rate limits, so that developers don't overuse the API. This example shows how to configure the `rate-limit-by-key` policy using the code editor. In this example, the limit is set to three calls per 15 seconds. After 15 seconds, a developer can retry calling the API.
9191

@@ -146,7 +146,7 @@ The rest of this section tests policy transformations that you set in this artic
146146
:::image type="content" source="media/transform-api/custom-response-header.png" alt-text="Screenshot showing custom response header in the portal.":::
147147

148148

149-
### Test the rate limit (throttling)
149+
### Test the rate limit
150150

151151
1. Select **Swagger Petstore** > **Test**.
152152
1. Select the **GET Finds Pets by status** operation. Select **Send** several times in a row.
@@ -166,7 +166,7 @@ In this tutorial, you learned how to:
166166
> [!div class="checklist"]
167167
>
168168
> - Transform an API to set a custom response header
169-
> - Protect an API by adding a rate limit policy (throttling)
169+
> - Protect an API by adding a rate limit policy
170170
> - Test the transformations
171171
172172
## Next step

0 commit comments

Comments
 (0)