Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/catalog/api-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ To package APIs with Dev Portal, you need:

Your operations should now be autogenerated based on how your OpenAPI spec maps to your Routes.

After you've created an API package, you can edit it to upload an image for the package that will display in Dev Portals it's published to.
Comment thread
cloudjumpercat marked this conversation as resolved.
Outdated
Comment thread
cloudjumpercat marked this conversation as resolved.
Outdated
The image must be a PNG, JPG, or SVG image under 500 KB that’s no larger than 350 × 350 pixels.

### Publish packages to Dev Portal

1. In {{site.konnect_short_name}}, click **Catalog**.
Expand Down
8 changes: 8 additions & 0 deletions app/catalog/apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,14 @@ Based on this data, you get the following generated URLs:
* Generated URL for `about` page: `/apis/routes-v3/docs/about`
* Generated URL for `info` page: `/apis/routes-v3/docs/about/info`

## API image

You can upload an image for your API.
The image is displayed as an icon for your API in Dev Portals it's published to.
Comment thread
cloudjumpercat marked this conversation as resolved.
Outdated
The image must be a PNG, JPG, or SVG image under 500 KB that’s no larger than 350 × 350 pixels.

To upload an API image, navigate to **Catalog > [APIs](https://cloud.konghq.com/apis)**. Edit an existing API and upload an image.
Comment thread
cloudjumpercat marked this conversation as resolved.
Outdated
Comment thread
cloudjumpercat marked this conversation as resolved.
Outdated

## Allow developers to consume your API

You can link to a {{site.konnect_short_name}} [Gateway Service](/gateway/entities/service/) to allow developers to create applications and generate credentials or API keys. This is available to data planes running {{site.base_gateway}} 3.6 or later.
Expand Down
Loading