API Categories
Last updated: 1 minute read.
API categories are configured differently for Tyk OAS APIs and Tyk Classic APIs. Please see below for examples.
Tyk OAS API
API categories can be specified through categories
field in TykOasApiDefinition
CRD.
Here’s an example:
|
|
Tyk Classic API
For a Tyk Classic API, you can specify the category name using the name
field with a #
qualifier. This will categorize the API in the Tyk Dashboard. See How API categories work to learn about limitations on API names.
Example
|
|