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: app/dev-portal/api-catalog-and-packaging.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ flowchart LR
98
98
99
99
Packaging APIs involves the following steps:
100
100
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.
102
102
1. Apply the Access Control Enforcement (ACE) plugin globally.
103
103
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.
104
104
@@ -187,7 +187,7 @@ This guide shows you how to create an API package in the {{site.konnect_short_na
187
187
188
188
To package APIs with Dev Portal, you need:
189
189
* 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)
0 commit comments