Skip to content

Commit a97ff24

Browse files
Apply suggestions from code review
1 parent 2c176e5 commit a97ff24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/dev-portal/api-catalog-and-packaging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ flowchart LR
9898

9999
Packaging APIs involves the following steps:
100100
1. Create an API and attach an OpenAPI spec. Operations from your API's OpenAPI spec should overlap with Routes to ensure requests will be routed to the correct Service. Gateway routing configuration isn't directly modified by adding operations.
101-
1. Link a control plane (or control planes) for to allow developer consumption.
101+
1. Link a control plane to allow developer consumption.
102102
1. Apply the Access Control Enforcement (ACE) plugin globally.
103103
1. Create an API package by adding operations and package rate limits. Operations are automatically mapped to Routes using your API's OpenAPI spec or you can create them manually. The Gateway configuration isn't directly modified– any unmatched operations will be highlighted to indicate that a user Gateway Manager permissions needs to perform an action.
104104

@@ -187,7 +187,7 @@ This guide shows you how to create an API package in the {{site.konnect_short_na
187187

188188
To package APIs with Dev Portal, you need:
189189
* A v3 Dev Portal created in {{site.konnect_short_name}}
190-
* A [Gateway Service](/gateway/entities/service/#set-up-a-gateway-service) and/or [Route](/gateway/entities/route/#set-up-a-route) added to your control plane
190+
* A [Gateway Service](/gateway/entities/service/#set-up-a-gateway-service) and/or [Route](/gateway/entities/route/#set-up-a-route) added to your control plane ({{site.base_gateway}} 3.12 or later)
191191
* The following roles:
192192
* Editor role for APIs
193193
* Publisher role for the API and API package

0 commit comments

Comments
 (0)